From 6b0111e9fbf9e5dcfc28a5d835ab6179538125e5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 28 May 2026 21:44:25 +0200 Subject: 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. --- inputs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inputs.nix') 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"; -- cgit 1.4.1