feat: rip out default packages

This commit is contained in:
wi11-holdsworth 2025-10-22 17:27:36 +11:00
parent ef927bcfda
commit 2652248bc3

View file

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