refactor(nix/darwin): Include modified brew-nix overlay
This one should work on nix v2.18.x since v2.19.x is reported to have regressions
This commit is contained in:
parent
96590a271e
commit
60964a91e2
5 changed files with 128 additions and 49 deletions
|
@ -32,7 +32,8 @@
|
|||
pkgs.pinentry_mac
|
||||
pkgs.iina
|
||||
pkgs.floorp-bin
|
||||
pkgs.brewCasks.zotero
|
||||
|
||||
pkgs.casks.zotero
|
||||
|
||||
pkgs.lf
|
||||
pkgs.yazi # lf replacement, need further testing
|
||||
|
@ -41,7 +42,7 @@
|
|||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
nix = {
|
||||
package = pkgs.nixVersions.nix_2_19; # brew-nix requires nix v2.19
|
||||
package = pkgs.nix;
|
||||
settings.experimental-features = "nix-command flakes"; # stopping nix from crying about using experimental features flakes and nix-command
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue