summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-08-16 16:33:12 +0200
committermakefu <github@syntax-fehler.de>2018-08-16 16:48:15 +0200
commitfdd7b3cacf398d40df9e71dc38db1a64faa14537 (patch)
tree937e637ecca3e73c47d1eb511c5fc422753eee4e /makefu/5pkgs
parent99fcc13535f309204ad4a1ec92790027452c0e62 (diff)
ma nur.nix: don't export customized config
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/nur.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/5pkgs/nur.nix b/makefu/5pkgs/nur.nix
index 65065e51..817536e2 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;