summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-13 01:05:47 -0400
committerseth <[email protected]>2024-10-13 01:05:47 -0400
commitb5096ded69bea8b5cad0551ab15c7cb4d3fc8ad1 (patch)
treef684f00e0c9164c3259a4ee45ca1b866221e006e
parentc0dfac04783953a83bcebeb258104dfa72caec92 (diff)
flake: pin nixpkgs to nixos-unstable-small
-rw-r--r--flake.lock8
-rw-r--r--flake.nix2
2 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 30dce6a..3b26d0b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
diff --git a/flake.nix b/flake.nix
index b28eda6..57c8db3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";