Commit 01eb49e05f09

Vincent Demeester <vincent@sbr.pm>
2021-10-29 16:08:13
nix: removing NUR from sources…
I am not using NUR anywhere, so disabling it for now. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent afac24f
Changed files (2)
nix/default.nix
@@ -12,6 +12,5 @@ rec {
   emacs = import sources.emacs-overlay;
   gitignore = import sources.gitignore;
   nixos-hardware = import sources.nixos-hardware;
-  nur = import sources.NUR;
   sops-nix = import sources.sops-nix;
 }
nix/sources.json
@@ -1,16 +1,4 @@
 {
-    "NUR": {
-        "branch": "master",
-        "description": "Nix User Repository: User contributed nix packages [maintainer=@Mic92]",
-        "homepage": "",
-        "owner": "nix-community",
-        "repo": "NUR",
-        "rev": "137dea4ac4768439bc99c165120d9dc132ca355e",
-        "sha256": "0ygvb9vvv36ydkrydb8nnign6clpcj4swja4n8v4f1lfbaqipn3d",
-        "type": "tarball",
-        "url": "https://github.com/nix-community/NUR/archive/137dea4ac4768439bc99c165120d9dc132ca355e.tar.gz",
-        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
-    },
     "emacs-overlay": {
         "branch": "master",
         "description": "Bleeding edge emacs overlay [maintainer=@adisbladis] ",