mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
README: fix incorrect example
This commit is contained in:
parent
7ed3b9ad79
commit
ca433fdaff
@ -48,7 +48,7 @@ in {
|
||||
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix>
|
||||
];
|
||||
environment.systemPackages = with pkgs;[
|
||||
(pkgs.writeScriptBin "tsp-create" (disko.mount cfg))
|
||||
(pkgs.writeScriptBin "tsp-create" (disko.create cfg))
|
||||
(pkgs.writeScriptBin "tsp-mount" (disko.mount cfg))
|
||||
];
|
||||
## Optional: Automatically creates a service which runs at startup to perform the partitioning
|
||||
|
Loading…
Reference in New Issue
Block a user