feat(flake): Add defaults to commands in flake
@@ -61,5 +61,18 @@
clippy
] ++ cargoBuildInputs;
};
apps = let
rustlings-app = {
type = "app";
program = "${rustlings}/bin/rustlings";
in {
default = rustlings-app;
rustlings = rustlings-app;
packages = {
inherit rustlings;
default = rustlings;
});
}
The note is not visible to the blocked user.