Disko: Difference between revisions
m Minor formatting, in-link. |
m 1) remove unneded sudo: `#` implies sudo 2) fix broken {{file}} template: i see broken {{file}} usage with `|name=|lang=` unusually often...what causes that? |
||
| (One intermediate revision by one other user not shown) | |||
| Line 62: | Line 62: | ||
<!--T:6--> | <!--T:6--> | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
# | # nix run github:nix-community/disko/latest -- --mode disko ./disko-config.nix | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 70: | Line 70: | ||
<!--T:8--> | <!--T:8--> | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
# | # nix run github:nix-community/disko/latest -- --mode disko --flake github:Lassulus/flakes-testing#fnord | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 102: | Line 102: | ||
inputs = { | inputs = { | ||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; | nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; | ||
disko.url = "github:nix-community/disko"; | disko.url = "github:nix-community/disko/latest"; | ||
disko.inputs.nixpkgs.follows = "nixpkgs"; | disko.inputs.nixpkgs.follows = "nixpkgs"; | ||
}; | }; | ||