diff options
author | Soispha <soispha@vhack.eu> | 2023-07-02 15:23:21 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 16:44:30 +0200 |
commit | d42af9b0ffd5ce6e7ab0b1df671439954319f597 (patch) | |
tree | 797744ade272dc3f66b96089bf3e9e0e5b7e3c85 /bootstrap | |
parent | Fix(bootstrap/install): Add required path to serial id lookup (diff) | |
download | nixos-config-d42af9b0ffd5ce6e7ab0b1df671439954319f597.tar.gz nixos-config-d42af9b0ffd5ce6e7ab0b1df671439954319f597.zip |
Fix(bootstrap/config_setup): Keep path so nixos-enter stays available
Diffstat (limited to 'bootstrap')
-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 f2355aa3..b6612efb 100644 --- a/bootstrap/default.nix +++ b/bootstrap/default.nix @@ -23,7 +23,7 @@ src = ./02_setup; inherit replacementStrings; }; - config_setup = sysLib.writeShellScriptWithLibrary { + config_setup = sysLib.writeShellScriptWithLibraryAndKeepPath { dependencies = builtins.attrValues {inherit (pkgs) git neovim;} ++ ensure_config_variables_dependencies; name = "config_setup"; src = ./03_config_setup; |