diff options
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..e36b267 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,14 @@ +{ + "nixpkgs": { + "branch": "release-24.05", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "36097d5a3f3ce6334a35717edeb90dba184d7081", + "sha256": "0ygi382h7sslzpzpcacbi9pdplldr5mqn5qq97lcwlxs9ksk1z64", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/36097d5a3f3ce6334a35717edeb90dba184d7081.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |