index
:
nixsap
master
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
system
/
nixos.nix
blob: a02acd67139517b66be9256deb8e6f4478bc192a (
plain
)
1
2
3
4
{
config
,
lib
, ...}:
{
system
.
stateVersion
=
lib
.
mkDefault config
.
system
.
nixos
.
release
;
}