feat(nix-settings): use unstable's nixUnstable (which ironically is the latest release)

This commit is contained in:
steveej 2024-04-18 17:22:56 +02:00
parent 5b42bdee9d
commit 76bce4709f

View file

@ -26,4 +26,6 @@
];
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
nix.package = pkgsUnstable.nixUnstable;
}