fix(nix): don't use unstable nix
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-22 20:36:08 -04:00
parent 2b25db0fb6
commit e503bd47dd

View file

@ -31,7 +31,7 @@
nix = {
# Allow deleting store files with '.' in the name
package = pkgs.nixUnstable.overrideAttrs (oldAttrs: {
package = pkgs.nix.overrideAttrs (oldAttrs: {
patches =
(oldAttrs.patches or [])
++ [