mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
flake.nix: Pin to nixpkgs-unstable for Darwin
This commit is contained in:
parent
4ad6ce9309
commit
1ffa429a9b
2 changed files with 5 additions and 5 deletions
|
@ -60,17 +60,17 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1674247458,
|
||||
"narHash": "sha256-1ZsCJui1K71ehZGExIrQ6sLXCGpJRtbyl1SNQDRXzb4=",
|
||||
"lastModified": 1675153841,
|
||||
"narHash": "sha256-EWvU3DLq+4dbJiukfhS7r6sWZyJikgXn6kNl7eHljW8=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "956bc25a803ac00394f2a6d98b7a901ab3065dcf",
|
||||
"rev": "ea692c2ad1afd6384e171eabef4f0887d2b882d3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "956bc25a803ac00394f2a6d98b7a901ab3065dcf",
|
||||
"rev": "ea692c2ad1afd6384e171eabef4f0887d2b882d3",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
inputs = {
|
||||
# FIXME: Debug issue preventing interactive builds from working
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/956bc25a803ac00394f2a6d98b7a901ab3065dcf";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/ea692c2ad1afd6384e171eabef4f0887d2b882d3";
|
||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
|
|
Loading…
Reference in a new issue