summary refs log tree commit diff stats
path: root/overlays/nur.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/nur.nix')
-rw-r--r--overlays/nur.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays/nur.nix b/overlays/nur.nix
new file mode 100644
index 00000000..6f34f2aa
--- /dev/null
+++ b/overlays/nur.nix
@@ -0,0 +1,3 @@
+self: super: {
+  nur = import <nur> { pkgs = self; };
+}