diff options
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ default = nixpkgsFor.${system}.mkShell { buildInputs = with nixpkgsFor.${system}; + self.packages.${system}.fortify.buildInputs; + }; + + withPackage = nixpkgsFor.${system}.mkShell { + buildInputs = + with nixpkgsFor.${system}; self.packages.${system}.fortify.buildInputs ++ [ self.packages.${system}.fortify ]; }; }); |
