README: fix incorrect example

This commit is contained in:
Jörg Thalheim 2019-09-16 10:56:41 +01:00
parent 7ed3b9ad79
commit ca433fdaff
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -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