aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index b138123..42dc0f0 100644
--- a/default.nix
+++ b/default.nix
@@ -18,7 +18,7 @@ in rec {
};
utils = import ./nixos/utils.nix {
pkgs = pkgs;
- rootSrc = rootSrc; # FIXME: remove the need for this
+ src = rootSrc;
baseName = "dotfiles";
};
test = utils.test [