diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 23:13:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 23:14:33 -0300 |
commit | 80d11afbbc0826df593e93d7b0d2bb904362f9ff (patch) | |
tree | f8a37aacac9fde11845062519f1d0ff1d0fa097a /default.nix | |
parent | Restore subtasks.uniqueFeed derivation (diff) | |
download | dotfiles-80d11afbbc0826df593e93d7b0d2bb904362f9ff.tar.gz dotfiles-80d11afbbc0826df593e93d7b0d2bb904362f9ff.tar.xz |
Remove default value of rootSrc
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
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 [ |