Skip to content

Commit

Permalink
flake-parts: add devenv test support
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 11, 2024
1 parent 320d4dd commit 6dec2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ devenvFlake: { flake-parts-lib, lib, inputs, ... }: {
devenv.containers
) // {
"${shellPrefix shellName}devenv-up" = devenv.procfileScript;
"${shellPrefix shellName}devenv-test" = devenv.test;
}
)
config.devenv.shells;
Expand Down

0 comments on commit 6dec2f3

Please sign in to comment.