feat: rip out default packages

This commit is contained in:
wi11-holdsworth 2025-10-22 17:27:36 +11:00
parent c896d5509d
commit 22b5ead24f

View file

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