diff options
author | ene <ene@sils.li> | 2023-02-19 14:30:18 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-19 14:30:18 +0100 |
commit | 0371f83910490b8105cfee0572842db8179bca8c (patch) | |
tree | dd92b0378449d05adcdabd02985327220b948705 /bootstrap/default.nix | |
parent | Fix: Further improve the secret handling (diff) | |
download | nixos-config-0371f83910490b8105cfee0572842db8179bca8c.tar.gz nixos-config-0371f83910490b8105cfee0572842db8179bca8c.zip |
Fix(bootstrap): Finish the nix side of things
Diffstat (limited to 'bootstrap/default.nix')
-rw-r--r-- | bootstrap/default.nix | 2 |
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) |