commit 01eb49e05f09898afa9faeb31235bc41a0bccff2
parent afac24fdcc5d2ddfc553988522f18dc29e6c0567
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 29 Oct 2021 16:08:13 +0200
nix: removing NUR from sources…
I am not using NUR anywhere, so disabling it for now.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/nix/default.nix b/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;
}
diff --git a/nix/sources.json b/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] ",