index
:
getchoo/borealis
colmena
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
default.nix
blob: df8d9fb48034f816b9b6ba87e6c44f3f32a100cc (
plain
)
1
2
3
4
5
6
7
8
9
{ lib, ... }: { flake.lib = { nginx = import ./nginx.nix lib; }; }