mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
dev-shell: install just
This commit is contained in:
parent
9b3f9b304b
commit
021473a99d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
devShells = {
|
devShells = {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
pkgs.just
|
||||||
pkgs.nh
|
pkgs.nh
|
||||||
inputs.deploy-rs.packages.${system}.default
|
inputs.deploy-rs.packages.${system}.default
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue