about summary refs log tree commit diff stats
path: root/inputs.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-28 21:44:25 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-28 21:44:25 +0200
commit6b0111e9fbf9e5dcfc28a5d835ab6179538125e5 (patch)
treeed919b9545d9845cbd2fc4d120a6877030122ce0 /inputs.nix
parentmodules/foot: Init (diff)
downloadnixos-config-6b0111e9fbf9e5dcfc28a5d835ab6179538125e5.zip
inputs.nix: Switch to `nixos-unstable-small`
There is a bug in the import-cargo-lock fetcher, that makes building my
system impossible on `nixos-unstable`. The `-small` variant already has
the fix.
Diffstat (limited to 'inputs.nix')
-rw-r--r--inputs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/inputs.nix b/inputs.nix
index f30e43dd..968cca8f 100644
--- a/inputs.nix
+++ b/inputs.nix
@@ -33,7 +33,7 @@ in {
     url = "github:NixOS/nixpkgs/nixos-${nixpkgsVersion}";
   };
   "nixpkgs" = {
-    url = "github:NixOS/nixpkgs/nixos-unstable";
+    url = "github:NixOS/nixpkgs/nixos-unstable-small";
   };
   "nixvim" = {
     url = "github:nix-community/nixvim/main";