Update flake.nix

This commit is contained in:
Aaron Honeycutt 2023-01-17 11:23:49 -07:00 committed by GitHub
parent 50956ce8cc
commit 7a19828ab0
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