mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00

Instead of rolling our own update script which only works for a single pin, let's use npins. We can then use it for the treefmtNix pin as well, which was mostly unmaintained, so far.
31 lines
945 B
JSON
31 lines
945 B
JSON
{
|
|
"pins": {
|
|
"nixpkgs": {
|
|
"type": "Git",
|
|
"repository": {
|
|
"type": "GitHub",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs"
|
|
},
|
|
"branch": "nixpkgs-unstable",
|
|
"submodules": false,
|
|
"revision": "3d1f29646e4b57ed468d60f9d286cde23a8d1707",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/3d1f29646e4b57ed468d60f9d286cde23a8d1707.tar.gz",
|
|
"hash": "1wzvc9h9a6l9wyhzh892xb5x88kxmbzxb1k8s7fizyyw2q4nqw07"
|
|
},
|
|
"treefmt-nix": {
|
|
"type": "Git",
|
|
"repository": {
|
|
"type": "GitHub",
|
|
"owner": "numtide",
|
|
"repo": "treefmt-nix"
|
|
},
|
|
"branch": "main",
|
|
"submodules": false,
|
|
"revision": "4f09b473c936d41582dd744e19f34ec27592c5fd",
|
|
"url": "https://github.com/numtide/treefmt-nix/archive/4f09b473c936d41582dd744e19f34ec27592c5fd.tar.gz",
|
|
"hash": "051vh6raskrxw5k6jncm8zbk9fhbzgm1gxpq9gm5xw1b6wgbgcna"
|
|
}
|
|
},
|
|
"version": 5
|
|
}
|