Commit 01eb49e05f09
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] ",