programs: nix: ship nixVersions.latest

it gives better error messages, and i'm not seeing any regressions so far
This commit is contained in:
2024-08-30 09:37:56 +00:00
parent 19e2e37105
commit 73583d19d4

View File

@@ -1,6 +1,7 @@
{ ... }: { pkgs, ... }:
{ {
sane.programs.nix = { sane.programs.nix = {
packageUnwrapped = pkgs.nixVersions.latest;
env.NIXPKGS_ALLOW_UNFREE = "1"; #< FUCK OFF YOU'RE SO ANNOYING env.NIXPKGS_ALLOW_UNFREE = "1"; #< FUCK OFF YOU'RE SO ANNOYING
persist.byStore.plaintext = [ persist.byStore.plaintext = [
# ~/.cache/nix can become several GB; persisted to save RAM # ~/.cache/nix can become several GB; persisted to save RAM