index
:
dotfiles-nix
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
default.nix
blob: 574a348db12de1b2b23fbdf6f97133dfff4e8ab2 (
plain
)
1
2
3
4
5
{
...
}
@
inputs
:
let
callLibs
=
file
:
import
file inputs
;
in
{
lua
=
callLibs
./lua.nix
;
}