diff --git a/flake.lock b/flake.lock index 0a4e443..07fda0f 100644 --- a/flake.lock +++ b/flake.lock @@ -332,17 +332,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1685938391, - "narHash": "sha256-96Jw6TbWDLSopt5jqCW8w1Fc1cjQyZlhfBnJ3OZGpME=", + "lastModified": 1686025136, + "narHash": "sha256-yd/Lr6RjjeyF7PpA+TpFT4E5LZeDyiMLVJUXIWxB4Rs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "31cd1b4afbaf0b1e81272ee9c31d1ab606503aed", + "rev": "22467e240f390f029d6c745ce031f0ffbdc40916", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixpkgs-unstable", "repo": "nixpkgs", + "rev": "22467e240f390f029d6c745ce031f0ffbdc40916", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 6af377c..23739c1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,7 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + #nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:nixos/nixpkgs?rev=22467e240f390f029d6c745ce031f0ffbdc40916"; darwin = { url = "github:lnl7/nix-darwin";