diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -88,7 +88,10 @@ touch $out ''; - nixos-tests = callPackage ./test.nix { inherit system self home-manager; }; + nixos-tests = callPackage ./test.nix { + inherit system self home-manager; + inherit (self.packages.${system}) fortify; + }; } ); |
