npins/sources.json (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | { "pins": { "nixpkgs": { "type": "Git", "repository": { "type": "GitHub", "owner": "NixOS", "repo": "nixpkgs" }, "branch": "nixpkgs-unstable", "submodules": false, "revision": "5929de975bcf4c7c8d8b5ca65c8cd9ef9e44523e", "url": "https://github.com/NixOS/nixpkgs/archive/5929de975bcf4c7c8d8b5ca65c8cd9ef9e44523e.tar.gz", "hash": "0ngai9c0z9ail3w2zwkriby2nckw4shmb8cln1i569a2g5ya0y84" }, "pre-commit-hooks": { "type": "Git", "repository": { "type": "GitHub", "owner": "cachix", "repo": "pre-commit-hooks.nix" }, "branch": "master", "submodules": false, "revision": "80479b6ec16fefd9c1db3ea13aeb038c60530f46", "url": "https://github.com/cachix/pre-commit-hooks.nix/archive/80479b6ec16fefd9c1db3ea13aeb038c60530f46.tar.gz", "hash": "1n8g7msrv6wglarhi7kv2s6szkkg21nkjszdi5gzrnhpc8s7g3nr" } }, "version": 5 } |