This commit is contained in:
aprilthepink 2024-04-09 22:04:00 +02:00
parent e75b523bb3
commit 522ecabd07

View file

@ -32,7 +32,6 @@
}; };
in in
{ {
githubActions = inputs.nix-github-actions.lib.mkGithubMatrix { inherit checks; };
# Rust package # Rust package
packages.default = pkgs.rustPlatform.buildRustPackage { packages.default = pkgs.rustPlatform.buildRustPackage {
inherit (cargoToml.package) name version; inherit (cargoToml.package) name version;