diff --git a/flake.lock b/flake.lock index 95c46b6..1c83d9c 100644 --- a/flake.lock +++ b/flake.lock @@ -178,16 +178,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1699963925, - "narHash": "sha256-LE7OV/SwkIBsCpAlIPiFhch/J+jBDGEZjNfdnzCnCrY=", + "lastModified": 1700419998, + "narHash": "sha256-aXh4adx9x9RlRMSykzR+bY8AOVjcwMEJO1ZeQROwbcE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bf744fe90419885eefced41b3e5ae442d732712d", + "rev": "12a0ade5e458984675b9789a4b260ebabdd2d1ab", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index b1c8fdc..d7b3eca 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ ]; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; nix-darwin.url = "github:LnL7/nix-darwin";