remove unnecessary rec
This commit is contained in:
parent
e5e4fc385c
commit
c8647160f3
3 changed files with 3 additions and 4 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
base = if !(self ? rev) then throw "Dirty git tree detected." else
|
||||
{ config, ... }: {
|
||||
system = rec {
|
||||
system = {
|
||||
configurationRevision = self.rev;
|
||||
nixos = rec {
|
||||
version = config.system.nixos.release + versionSuffix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue