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
/
users
/
glittershark
/
system
/
home
/
modules
/
lib
/
depot.nix
blob: b0bc40acce95b5fe8f29a7eb7eb8ba0da24a4075 (
plain
) (
blame
)
1
2
3
4
5
{ config
,
lib
,
pkgs
, ...
}:
{
lib
.
depot
=
import
~/code/depot
{};
}