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:
Ahmad Ansori Palembani 2024-11-02 12:11:48 +07:00
parent 96590a271e
commit 60964a91e2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 128 additions and 49 deletions

View file

@ -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
};