summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-08-16 11:47:25 +0200
committermakefu <github@syntax-fehler.de>2018-08-16 11:47:25 +0200
commit01978cd376f4c1add7e4ef1ad65a3cd068bf31b5 (patch)
tree4e7707b9eaa3b3df5547f2d8d37930a875cd4f46 /makefu/5pkgs
parent2e491792d09b29f3afefe3179c9ef427ddcea798 (diff)
ma pkgs/nur.nix: init
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/nur.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/makefu/5pkgs/nur.nix b/makefu/5pkgs/nur.nix
new file mode 100644
index 00000000..65065e51
--- /dev/null
+++ b/makefu/5pkgs/nur.nix
@@ -0,0 +1,9 @@
+{ 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;
+} // (import ./default.nix pkgs pkgs)
+