1
0
Fork 0

shell.nix: add libxcrypt (needed for some python junk)

Change-Id: Ie094aa06669c82018708534eea58a161f89f8742
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1492
Reviewed-by: q3k <q3k@hackerspace.pl>
master
q3k 2023-03-02 10:32:46 +01:00 committed by q3k
parent 073d850a95
commit e35199ad9b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ in (pkgs.buildFHSUserEnv {
nix
vim
openssh
libxcrypt
];
multiPkgs = pkgs: [
(pkgs.runCommand "protocols" {}