diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2019-09-16 10:56:41 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2019-09-16 10:56:41 +0100 |
commit | ca433fdaffcb49295a1822e2f9736a6b754202fc (patch) | |
tree | 20ee4f788f93c66427e8f18b4e7fb9d30d1c879a | |
parent | 7ed3b9ad795e187b86e7250c943b38f40c561933 (diff) |
README: fix incorrect example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |