Merge pull request #17 from ahoneybun/setup-hydra

Update flake.nix
This commit is contained in:
Victor Fuentes 2023-01-17 13:33:22 -05:00 committed by GitHub
commit 2f903eb254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@
};
defaultApp = apps.${name};
checks = self.packages.${system};
hydraJobs = self.packages.${system};
devShell = pkgs.mkShell {
buildInputs = with pkgs; [
cargo