enhancement/37 #44

Merged
wi11-holdsworth merged 6 commits from enhancement/37 into main 2025-10-22 17:29:31 +11:00
Showing only changes of commit 22b5ead24f - Show all commits

View file

@ -3,6 +3,9 @@
...
}:
{
# rip out default packages
environment.defaultPackages = lib.mkForce [ ];
# allow packages with non-free licenses
nixpkgs.config.allowUnfree = true;