This website requires JavaScript.
Explore
Help
Sign In
nix
/
entities
Watch
1
Star
0
Fork
You've already forked entities
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f3d512f929
entities
/
module.nix
10 lines
109 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial checkin
2021-11-22 06:40:37 -08:00
{
pkgs
,
.
.
.
}:
{
Switch sites from single file to multiple.
2021-11-22 10:34:31 -08:00
config
=
{
fudo
=
import
./entities.nix
{
helper-lib
=
pkgs
.
lib
;
}
;
Initial checkin
2021-11-22 06:40:37 -08:00
}
;
}