index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
users
/
default.nix
blob: 23d6e964c6a43f8e0455e0248c0454e96e83139c (
plain
) (
blame
)
1
2
3
4
5
6
7
{
nixpkgs
,
system
,
...
}:
{
sils
=
import
./sils
{
inherit
nixpkgs system
;};
}