fix(nix): don't use unstable nix
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2b25db0fb6
commit
e503bd47dd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
# Allow deleting store files with '.' in the name
|
# Allow deleting store files with '.' in the name
|
||||||
package = pkgs.nixUnstable.overrideAttrs (oldAttrs: {
|
package = pkgs.nix.overrideAttrs (oldAttrs: {
|
||||||
patches =
|
patches =
|
||||||
(oldAttrs.patches or [])
|
(oldAttrs.patches or [])
|
||||||
++ [
|
++ [
|
||||||
|
|
Loading…
Reference in a new issue