diff options
author | Alan Pearce | 2024-06-18 12:20:06 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-18 12:22:12 +0200 |
commit | cf0da6d13edc55c003564f31d56a659cfa681e0c (patch) | |
tree | fc39a25b1a69b7922106b538c80fc2ecd9bb08ae /npins/sources.json | |
parent | f690e8cb7a820b0685b98f83a6761cfc169487e4 (diff) | |
download | website-cf0da6d13edc55c003564f31d56a659cfa681e0c.tar.lz website-cf0da6d13edc55c003564f31d56a659cfa681e0c.tar.zst website-cf0da6d13edc55c003564f31d56a659cfa681e0c.zip |
remove flake and docker setup
Diffstat (limited to 'npins/sources.json')
-rw-r--r-- | npins/sources.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/npins/sources.json b/npins/sources.json new file mode 100644 index 0000000..4aaef0d --- /dev/null +++ b/npins/sources.json @@ -0,0 +1,41 @@ +{ + "pins": { + "gomod2nix": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "tweag", + "repo": "gomod2nix" + }, + "branch": "master", + "revision": "31b6d2e40b36456e792cd6cf50d5a8ddd2fa59a1", + "url": "https://github.com/tweag/gomod2nix/archive/31b6d2e40b36456e792cd6cf50d5a8ddd2fa59a1.tar.gz", + "hash": "0b8cmc8dk34pgcac5s1jvryfcn8kyhbzhh1i22rzv5kf00f09lhb" + }, + "nixpkgs": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "NixOS", + "repo": "nixpkgs" + }, + "branch": "nixpkgs-unstable", + "revision": "e6cea36f83499eb4e9cd184c8a8e823296b50ad5", + "url": "https://github.com/NixOS/nixpkgs/archive/e6cea36f83499eb4e9cd184c8a8e823296b50ad5.tar.gz", + "hash": "13xygz94ax0c63kn59pdlscl2pm6srqn0vfw7r4fvsmassj87mar" + }, + "pre-commit-hooks": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "cachix", + "repo": "pre-commit-hooks.nix" + }, + "branch": "master", + "revision": "cc4d466cb1254af050ff7bdf47f6d404a7c646d1", + "url": "https://github.com/cachix/pre-commit-hooks.nix/archive/cc4d466cb1254af050ff7bdf47f6d404a7c646d1.tar.gz", + "hash": "1gl1bdnv533jyvj12dfyg8q5haprapswnn7hbpikb2qbnnwc2xzd" + } + }, + "version": 3 +} \ No newline at end of file |