This commit is contained in:
2025-01-16 13:22:22 -05:00
parent a818d3d1df
commit 679ebeacba
7 changed files with 262 additions and 110 deletions

View File

@@ -12,7 +12,7 @@
nixpkgs.hostPlatform = "aarch64-darwin";
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowBroken = false;
nixpkgs.config.allowBroken = true;
nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"];