depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
users
/
tazjin
/
rlox
/
default.nix
blob: 4b2d650cb5855c2a690e0375dc6069f32d54a85d (
plain
) (
tree
)
9d2b001c4cc8
^
1
2
3
4
5
{ pkgs
, ...
}:
pkgs
.
naersk
.
buildPackage {
src
=
./.
;
}