diff options
author | makefu <github@syntax-fehler.de> | 2018-08-16 16:33:12 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-08-16 16:48:15 +0200 |
commit | fdd7b3cacf398d40df9e71dc38db1a64faa14537 (patch) | |
tree | 937e637ecca3e73c47d1eb511c5fc422753eee4e /makefu | |
parent | 99fcc13535f309204ad4a1ec92790027452c0e62 (diff) |
ma nur.nix: don't export customized config
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/5pkgs/nur.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/5pkgs/nur.nix b/makefu/5pkgs/nur.nix index 65065e515..817536e21 100644 --- a/makefu/5pkgs/nur.nix +++ b/makefu/5pkgs/nur.nix @@ -1,7 +1,6 @@ { pkgs ? import <nixpkgs> {} }: { - lib = import ./lib { inherit pkgs; }; # functions modules = import ../3modules/default.nix; overlays.full = import ./default.nix; pkgs = import ./default.nix pkgs pkgs; |