refactor: do not include basic builder in new package sets

This commit is contained in:
Jake Hamilton 2025-09-11 06:16:26 -07:00
parent a7df517df8
commit 9cc8f06638
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68
2 changed files with 1 additions and 1 deletions

View file

@ -50,4 +50,5 @@ let
in
new [
./src/packages
./src/builders/basic.nix
]

View file

@ -4,7 +4,6 @@ let
in
{
includes = [
./basic.nix
./passthrough.nix
];