diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-04-10 14:05:08 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-04-26 14:08:57 +0200 |
commit | ea2a725e9d5d758495b556631c3280de9d97fa0a (patch) | |
tree | 374e4ba40d4c5a4cca87a1cf34733a53bbf0c491 /nix/sources.json |
init
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..3185bc5 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,20 @@ +{ + "nixpkgs": { + "branch": "release-23.11", + "description": "Nix Packages collection", + "homepage": null, + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "af7e9fb77b8993a7b5f01282c869e503d6cc9e6e", + "sha256": "174r9nhpmvgrjlr46gvs5vvn38nmlzz0hhr27xz5qaabnlwi6b8m", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/af7e9fb77b8993a7b5f01282c869e503d6cc9e6e.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "sh": { + "branch": "main", + "repo": "git@code.nomath.org:~/sh", + "rev": "3ea4e6459333409c60f66a5745bb472d136da741", + "type": "git" + } +} |