index
:
nix-darwin.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
services
/
github-runner
/
default.nix
blob: e860ecab59c6a29243f05e52cd7e967c8c50a9b9 (
plain
)
1
2
3
4
5
6
{
imports
= [
./
options
.
nix
./
service
.
nix
];
}