nix: bump just and add to common profile

This commit is contained in:
steveej 2018-11-10 11:29:42 +01:00
parent b3d3c8b086
commit ef8d63c80e
3 changed files with 29 additions and 21 deletions

View file

@ -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
]);
}