1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Include missing components

This commit is contained in:
John Ericson 2024-06-27 18:24:49 -04:00
parent 2c184f694b
commit 79e0ef88bf
2 changed files with 11 additions and 0 deletions

View file

@ -40,7 +40,17 @@ let
"nix-util-test-support"
"nix-util-test"
"nix-store"
"nix-store-c"
"nix-store-test-support"
"nix-store-test"
"nix-fetchers"
"nix-fetcher-test"
"nix-expr"
"nix-expr-c"
"nix-expr-test-support"
"nix-expr-test"
"nix-flake"
"nix-flake-test"
];
in
{