From 1ffa429a9b8b78bc1b1c9bc75848d1294cab9d5d Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sat, 4 Feb 2023 14:06:18 -0700 Subject: [PATCH] flake.nix: Pin to nixpkgs-unstable for Darwin --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0e9e5bd..d53fea3 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index 0099238..028abb4 100644 --- a/flake.nix +++ b/flake.nix @@ -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";