diff options
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ { nixosModules.fortify = import ./nixos.nix; - fortifyBundle = forAllSystems ( + buildPackage = forAllSystems ( system: nixpkgsFor.${system}.callPackage ( import ./bundle.nix { |
