aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-02 15:23:21 +0200
committerSoispha <soispha@vhack.eu>2023-07-10 16:44:30 +0200
commitd42af9b0ffd5ce6e7ab0b1df671439954319f597 (patch)
tree797744ade272dc3f66b96089bf3e9e0e5b7e3c85
parentFix(bootstrap/install): Add required path to serial id lookup (diff)
downloadnixos-config-d42af9b0ffd5ce6e7ab0b1df671439954319f597.zip
Fix(bootstrap/config_setup): Keep path so nixos-enter stays available
-rw-r--r--bootstrap/default.nix2
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;