about summary refs log tree commit diff stats
path: root/bootstrap
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-19 14:30:18 +0100
committerene <ene@sils.li>2023-02-19 14:30:18 +0100
commit0371f83910490b8105cfee0572842db8179bca8c (patch)
treedd92b0378449d05adcdabd02985327220b948705 /bootstrap
parentFix: Further improve the secret handling (diff)
downloadnixos-config-0371f83910490b8105cfee0572842db8179bca8c.tar.gz
nixos-config-0371f83910490b8105cfee0572842db8179bca8c.zip
Fix(bootstrap): Finish the nix side of things
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/default.nix b/bootstrap/default.nix
index 2a11c20a..29dda5c0 100644
--- a/bootstrap/default.nix
+++ b/bootstrap/default.nix
@@ -1,2 +1,2 @@
 {pkgs, ...}:
-pkgs.writeShellScriptBin "install" builtins.readFile ./install.sh
+pkgs.writeShellScriptBin "install" (builtins.readFile ./install)