shell.nix and default.nix work right now

This commit is contained in:
Chris Cochrun 2024-04-21 13:17:26 -05:00
parent 54dab680d6
commit aee6d10404
5 changed files with 32 additions and 80 deletions

View file

@ -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'
'';
}