diff options
| author | seth <[email protected]> | 2024-10-13 01:05:47 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-13 01:05:47 -0400 |
| commit | b5096ded69bea8b5cad0551ab15c7cb4d3fc8ad1 (patch) | |
| tree | f684f00e0c9164c3259a4ee45ca1b866221e006e | |
| parent | c0dfac04783953a83bcebeb258104dfa72caec92 (diff) | |
flake: pin nixpkgs to nixos-unstable-small
| -rw-r--r-- | flake.lock | 8 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -340,16 +340,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1728492678, - "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=", + "lastModified": 1728752725, + "narHash": "sha256-nprzUVBuNtTMQVS8y92JKJS6Cpuo8JJpm2FXUW25F0Q=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7", + "rev": "fe17be0af8ff0de556b774b0fb176e96cb0ab080", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "nixos-unstable-small", "repo": "nixpkgs", "type": "github" } @@ -28,7 +28,7 @@ }; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.05"; nix-darwin = { url = "github:LnL7/nix-darwin"; |
