aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 3a2f6698..f8f3e384 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 ];
};
});