index
:
world.git
this commit
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ops
/
ci
/
default.nix
blob: be0c60787a0906c6f44a97f3cf7d0ac848f697c3 (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
}:
{
fmt
=
import
./fmt.nix
pkgs
;
shell
=
import
./shellcheck.nix
pkgs
;
}