1
0
Fork 0
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:
Zhaofeng Li 2023-02-04 14:06:18 -07:00
parent 4ad6ce9309
commit 1ffa429a9b
2 changed files with 5 additions and 5 deletions

View file

@ -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"
}
},

View file

@ -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";