shell.nix: set FENNEL_PATH for interactive convenience

module-based-network
Daniel Barlow 2023-07-08 23:05:50 +01:00
parent a19d12d6d7
commit c7ead8559b
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ in liminix.buildEnv.overrideAttrs (o: {
shellHook = '' shellHook = ''
publish(){ make -C doc html && rsync -azv doc/_build/html/ myhtic.telent.net:/var/www/blogs/www.liminix.org/_site/doc; } publish(){ make -C doc html && rsync -azv doc/_build/html/ myhtic.telent.net:/var/www/blogs/www.liminix.org/_site/doc; }
''; '';
FENNEL_PATH = "pkgs/?/init.fnl;pkgs/?.fnl";
}) })