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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1674247458, "lastModified": 1675153841,
"narHash": "sha256-1ZsCJui1K71ehZGExIrQ6sLXCGpJRtbyl1SNQDRXzb4=", "narHash": "sha256-EWvU3DLq+4dbJiukfhS7r6sWZyJikgXn6kNl7eHljW8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "956bc25a803ac00394f2a6d98b7a901ab3065dcf", "rev": "ea692c2ad1afd6384e171eabef4f0887d2b882d3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "956bc25a803ac00394f2a6d98b7a901ab3065dcf", "rev": "ea692c2ad1afd6384e171eabef4f0887d2b882d3",
"type": "github" "type": "github"
} }
}, },

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
# FIXME: Debug issue preventing interactive builds from working # 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"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";