diff options
| author | Ben Sima <ben@bsima.me> | 2025-05-30 10:09:30 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-08-30 18:00:00 -0400 |
| commit | c66d9c04d359b9d7c5987ccada30eebb360e6ff0 (patch) | |
| tree | 2e1184fad4dc2fd60869c21050fbd9f2f205b907 /Omni/Bild.nix | |
| parent | 8561479b90c00a3b7a77428d55473df255cd1e22 (diff) | |
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.
Diffstat (limited to 'Omni/Bild.nix')
| -rw-r--r-- | Omni/Bild.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
