shell.nix: set FENNEL_PATH for interactive convenience
This commit is contained in:
parent
a19d12d6d7
commit
c7ead8559b
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ in liminix.buildEnv.overrideAttrs (o: {
|
|||
shellHook = ''
|
||||
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";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue