about summary refs log tree commit diff
path: root/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config.nix')
-rw-r--r--config.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.nix b/config.nix
index 80ae38d..6018d65 100644
--- a/config.nix
+++ b/config.nix
@@ -2,8 +2,7 @@
   allowUnfree = true;
   packageOverrides = pkgs: {
     nur = import (builtins.fetchTarball {
-      url = "https://github.com/nix-community/NUR/archive/ed5311bdee0d9f7e41949da1c1254f7e982193d6.tar.gz";
-      sha256 = "038fpr5pfsgx9ikpnx39bv886yfixwfkpmb8yd4gvaccazral5h8";
+      url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
     }) {
       inherit pkgs;
     };