From c66d9c04d359b9d7c5987ccada30eebb360e6ff0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 30 May 2025 10:09:30 -0400 Subject: Switch to nixos-unstable branch According to Claude, the nixos-unstable branch has more stuff in it's binary cache than nixos-unstable-small. Idk, let's try it and find out. --- Omni/Bild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Bild.nix') diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 44902ae..364bac3 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -21,7 +21,7 @@ stdenv = stable.ccacheStdenv; }; - unstable = nixpkgs.nixos-unstable-small; + unstable = nixpkgs.nixos-unstable; # get the .src attributes of all drvs in each pkgset in the `sources` list, # and concat them with `:` into a Unix-style search path. -- cgit v1.2.3