nix: bump just and add to common profile
This commit is contained in:
parent
b3d3c8b086
commit
ef8d63c80e
3 changed files with 29 additions and 21 deletions
|
@ -25,6 +25,8 @@ in {
|
|||
dropbearStatic = dropbear.override {
|
||||
enableStatic = true;
|
||||
};
|
||||
|
||||
just = pkgs.callPackage ../../pkgs/just.nix {};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -58,5 +60,7 @@ in {
|
|||
cacert
|
||||
openssl
|
||||
mkpasswd
|
||||
|
||||
just
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue