diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 6e1cb82..f77b46e 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,8 @@ nur.url = "github:nix-community/NUR"; + nixtest.url = "github:jetpack-io/nixtest"; + nix-index.url = "github:Mic92/nix-index-database"; hosts = { @@ -117,5 +119,8 @@ # This is highly advised, and will prevent many possible mistakes checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib; + + + tests = inputs.nixtest.run ./.; }; } |