We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c96b0 commit 48852c1Copy full SHA for 48852c1
templates/devenv/flake.nix
@@ -9,6 +9,11 @@
9
forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.systems.flakeExposed;
10
in
11
{
12
+ packages = forAllSystems (system: {
13
+ devenv-up = self.devShells.${system}.default.config.procfileScript;
14
+ devenv-test = self.devShells.${system}.default.config.test;
15
+ });
16
+
17
devShells = forAllSystems (system:
18
let
19
pkgs = nixpkgs.legacyPackages.${system};
0 commit comments