resolve evaluation issues on nix-darwin

This commit is contained in:
2026-09-03 21:41:39 +02:00
parent 930c7b6018
commit 8298f90315
7 changed files with 31 additions and 19 deletions
+3
View File
@@ -28,4 +28,7 @@ self: { pkgs, ... }: {
};
lumpiasty.pc = true;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
}