aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bootstrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/default.nix b/bootstrap/default.nix
index 1cbff9ea..859434e1 100644
--- a/bootstrap/default.nix
+++ b/bootstrap/default.nix
@@ -27,7 +27,7 @@
dependencies = builtins.attrValues {inherit (pkgs) git neovim;} ++ ensure_config_variables_dependencies;
name = "config_setup";
src = ./03_config_setup;
- keep_path = true;
+ keepPath = true;
inherit replacementStrings;
};
ensure_config_variables = sysLib.writeShellScript {