aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 60611a0d..d5bf4ae0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,6 +29,21 @@
{
nixosModules.fortify = import ./nixos.nix;
+ fortifyBundle = forAllSystems (
+ system:
+ nixpkgsFor.${system}.callPackage (
+ import ./bundle.nix {
+ inherit
+ nixpkgsFor
+ system
+ self
+ nixpkgs
+ home-manager
+ ;
+ }
+ )
+ );
+
checks = forAllSystems (
system:
let