depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home
/
modules
/
urbint
/
default.nix
blob: fac57acff70120b66179e697059165f03f83acb3 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{ config
,
lib
,
pkgs
, ...
}:
{
imports
=
[
./frontend.nix
./backend.nix
];
}