From fad2b45822313cddf53c89232138beafb35d2514 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 11 Nov 2024 20:02:53 -0500 Subject: flake: pin nixpkgs to nixos-unstable (#499) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8aed22ecd71e5b67e5299efae8b9dc580dec711c?narHash=sha256-e5I%2BglVZwQvLT6WIeMF i0Mk%2BN/jkYauZ31ir2NRZcf8%3D' (2024-11-10) → 'github:NixOS/nixpkgs/76612b17c0ce71689921ca12d9ffdc9c23ce40b2?narHash=sha256-IigrKK3vYRpUu%2BHEjPL /phrfh7Ox881er1UEsZvw9Q4%3D' (2024-11-09) --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index a70bf67..e47ce89 100644 --- a/flake.lock +++ b/flake.lock @@ -333,16 +333,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731265036, - "narHash": "sha256-e5I+glVZwQvLT6WIeMFi0Mk+N/jkYauZ31ir2NRZcf8=", + "lastModified": 1731139594, + "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "8aed22ecd71e5b67e5299efae8b9dc580dec711c", + "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable-small", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 3e7e2ab..9b5e326 100644 --- a/flake.nix +++ b/flake.nix @@ -254,7 +254,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; nix-darwin = { -- cgit v1.2.3