chore: do not check the MSRV

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-18 07:56:17 +00:00
parent 8d8ad5f1e5
commit dfa7467b1e
2 changed files with 3 additions and 8 deletions

View File

@@ -20,9 +20,9 @@
in
with pkgs;
{
# n34 development environment
devShells.default = mkShell {
packages = [
cargo-msrv
dbus
git-cliff
just
@@ -39,6 +39,7 @@
];
};
# Build n34
packages.default =
let
manifest = (pkgs.lib.importTOML ./Cargo.toml).package;