From ca433fdaffcb49295a1822e2f9736a6b754202fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 16 Sep 2019 10:56:41 +0100 Subject: README: fix incorrect example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c28b40a..3681cde 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ in { ]; 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 -- cgit v1.2.3