shell.nix and default.nix work right now
This commit is contained in:
parent
54dab680d6
commit
aee6d10404
5 changed files with 32 additions and 80 deletions
|
@ -11,6 +11,7 @@ let
|
|||
lass
|
||||
cl-smtp
|
||||
log4cl
|
||||
cl_plus_ssl
|
||||
pkgs.openssl
|
||||
pkgs.openssl.out
|
||||
pkgs.openssl.dev
|
||||
|
@ -53,6 +54,7 @@ in mkShell rec {
|
|||
];
|
||||
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.lib.makeLibraryPath nativeLibs}"
|
||||
alias hss='hugo server --noHTTPCache'
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue