diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |
