From 98b5114389c6d0fc35fcddf4df0723de51e5622c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 22:19:00 +0100 Subject: fix(treewide): Comply with the shell library's new argument names --- bootstrap/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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 { -- cgit 1.4.1