cli helper

This commit is contained in:
Robin Appelman 2024-02-16 15:27:10 +01:00
commit 33ccf8d1d1
2 changed files with 20 additions and 7 deletions

View file

@ -65,12 +65,14 @@
};
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
rust-bin.stable.latest.default
bacon
skopeo
cargo-edit
] ++ nearskOpt.nativeBuildInputs;
nativeBuildInputs = with pkgs;
[
rust-bin.stable.latest.default
bacon
skopeo
cargo-edit
]
++ nearskOpt.nativeBuildInputs;
};
})
// {