Skip to content

Commit

Permalink
templates: add devenv-test support to the basic flake
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 13, 2024
1 parent 9d3bf4d commit b48b0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/simple/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{
packages = forEachSystem (system: {
devenv-up = self.devShells.${system}.default.config.procfileScript;
devenv-test = self.devShells.${system}.default.config.test;
});

devShells = forEachSystem
Expand Down

0 comments on commit b48b0d8

Please sign in to comment.