mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-04 02:24:07 +02:00
cli helper
This commit is contained in:
parent
3262ee5335
commit
33ccf8d1d1
2 changed files with 20 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue