mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
When instantiating a dev-shell for x86_64-darwin, we cannot use 26.11's pinned revision. Instead, we must use a revision that still supports x86_64-darwin. Print a warning when we need to use that revision, because it is likely there will be subtle formatting & linting differences vs CI.
32 lines
956 B
JSON
32 lines
956 B
JSON
{
|
|
"pins": {
|
|
"nixpkgs": {
|
|
"type": "Git",
|
|
"repository": {
|
|
"type": "GitHub",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs"
|
|
},
|
|
"branch": "nixpkgs-unstable",
|
|
"submodules": false,
|
|
"revision": "7525d999cd850b9a488817abc89c75dc733acf17",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/7525d999cd850b9a488817abc89c75dc733acf17.tar.gz",
|
|
"hash": "sha256-4IHyyLgLBdKefkljdKod4IMn023pQiDXAWJA187cmdY="
|
|
},
|
|
"nixpkgs-26.05-darwin": {
|
|
"type": "Git",
|
|
"repository": {
|
|
"type": "GitHub",
|
|
"owner": "NixOS",
|
|
"repo": "nixpkgs"
|
|
},
|
|
"branch": "nixpkgs-26.05-darwin",
|
|
"submodules": false,
|
|
"revision": "51fe96f9107566e6b8eeb7fc4ba696c01e548b04",
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/51fe96f9107566e6b8eeb7fc4ba696c01e548b04.tar.gz",
|
|
"hash": "sha256-yj0LPLnsmYoLmA3FGANjeTEwej0/DHjZBXWnDQDUuIs="
|
|
}
|
|
},
|
|
"version": 8
|
|
}
|