From cf0da6d13edc55c003564f31d56a659cfa681e0c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 18 Jun 2024 12:20:06 +0200 Subject: remove flake and docker setup --- npins/sources.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 npins/sources.json (limited to 'npins/sources.json') 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 -- cgit 1.4.1