diff options
Diffstat (limited to 'npins/sources.json')
| -rw-r--r-- | npins/sources.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/npins/sources.json b/npins/sources.json new file mode 100644 index 0000000..b59be04 --- /dev/null +++ b/npins/sources.json @@ -0,0 +1,37 @@ +{ + "pins": { + "fenix": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "nix-community", + "repo": "fenix" + }, + "branch": "main", + "submodules": false, + "revision": "85bdb8b6245c56d663bd4a1c7e3e399e4fda265c", + "url": "https://github.com/nix-community/fenix/archive/85bdb8b6245c56d663bd4a1c7e3e399e4fda265c.tar.gz", + "hash": "sha256-OZatrTzW2OUWWm0MpdAfLmYY6XEQeVWJ7tV7+Atg4AA=" + }, + "naersk": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "nix-community", + "repo": "naersk" + }, + "branch": "master", + "submodules": false, + "revision": "5e73301621274c44798bf6c6211ed27fc2ced201", + "url": "https://github.com/nix-community/naersk/archive/5e73301621274c44798bf6c6211ed27fc2ced201.tar.gz", + "hash": "sha256-KZ4s1kolHXFQrRGlnB503gDcTrVQMhiczO+LvvwKEPg=" + }, + "nixpkgs": { + "type": "Channel", + "name": "nixpkgs-unstable", + "url": "https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre987567.6368eda62c97/nixexprs.tar.xz", + "hash": "sha256-V6plRCpzkUz2ry6deCNounU4SGCNTsfIfyUKLTreITc=" + } + }, + "version": 7 +} |
