From 7402a970a14be1ae039774102f705ab3e774a22e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 27 Aug 2020 09:51:58 +0200 Subject: [PATCH] Remove NUR It is not used anywhere. --- modules/base.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/base.nix b/modules/base.nix index f06e692..f6c2c4d 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -52,9 +52,6 @@ unstable = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz") { config = config.nixpkgs.config; }; - nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { - inherit pkgs; - }; }; }; }