Change system.configurationRevision
to use self.shortRev
instead of rev
.
This commit is contained in:
parent
2ea9051688
commit
3bc7bddb25
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
nixos-wsl.nixosModules.wsl
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
system.configurationRevision = self.rev or self.dirtyRev or "dirty";
|
||||
system.configurationRevision = self.shortRev or self.dirtyShortRev or "dirty";
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
Loading…
Reference in a new issue