diff options
author | Alan Pearce | 2024-05-18 22:00:03 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-18 22:00:03 +0200 |
commit | eba794faa27d5d0de9affed861575587da85e6f5 (patch) | |
tree | acd6ff8ae28155cff6002f1b41e1a6e2ecab75cf /nix | |
parent | 237cc5fc8868e2fa477c91432be4497ece1413e2 (diff) | |
download | nixfiles-eba794faa27d5d0de9affed861575587da85e6f5.tar.lz nixfiles-eba794faa27d5d0de9affed861575587da85e6f5.tar.zst nixfiles-eba794faa27d5d0de9affed861575587da85e6f5.zip |
extract new packages/overrides to nix-packages submodule
Diffstat (limited to 'nix')
-rw-r--r-- | nix/sources.json | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/nix/sources.json b/nix/sources.json index ab02356c..9ea9dd26 100644 --- 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": "https://nur.nix-community.org/", - "owner": "nix-community", - "repo": "NUR", - "rev": "a0994b379a309930565f13cafef0f7daa31420d5", - "sha256": "1x8bha3i34qxpakbp1cxq36klnxsa6v2inrn8jhhfkzybbwfyncx", - "type": "tarball", - "url": "https://github.com/nix-community/NUR/archive/a0994b379a309930565f13cafef0f7daa31420d5.tar.gz", - "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" - }, "agenix": { "branch": "main", "description": "age-encrypted secrets for NixOS and Home manager", @@ -99,6 +87,22 @@ "path": "overlays", "type": "local" }, + "nur": { + "branch": "master", + "description": "Nix User Repository: User contributed nix packages [maintainer=@Mic92]", + "homepage": "https://nur.nix-community.org/", + "owner": "nix-community", + "repo": "NUR", + "rev": "a0994b379a309930565f13cafef0f7daa31420d5", + "sha256": "1x8bha3i34qxpakbp1cxq36klnxsa6v2inrn8jhhfkzybbwfyncx", + "type": "tarball", + "url": "https://github.com/nix-community/NUR/archive/a0994b379a309930565f13cafef0f7daa31420d5.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "personal": { + "path": "packages", + "type": "local" + }, "private": { "path": "private", "type": "local" |