refactor: do not include basic builder in new package sets
This commit is contained in:
parent
a7df517df8
commit
9cc8f06638
2 changed files with 1 additions and 1 deletions
|
|
@ -50,4 +50,5 @@ let
|
|||
in
|
||||
new [
|
||||
./src/packages
|
||||
./src/builders/basic.nix
|
||||
]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ let
|
|||
in
|
||||
{
|
||||
includes = [
|
||||
./basic.nix
|
||||
./passthrough.nix
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue