forked from hswaw/hscloud
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>
This commit is contained in:
parent
073d850a95
commit
e35199ad9b
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ in (pkgs.buildFHSUserEnv {
|
|||
nix
|
||||
vim
|
||||
openssh
|
||||
libxcrypt
|
||||
];
|
||||
multiPkgs = pkgs: [
|
||||
(pkgs.runCommand "protocols" {}
|
||||
|
|
Loading…
Reference in a new issue