Change `system.configurationRevision` to use `self.shortRev` instead of `rev`.

This commit is contained in:
Whovian NTSN 2024-05-14 04:04:51 -04:00
parent 2ea9051688
commit 3bc7bddb25
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
nixos-wsl.nixosModules.wsl nixos-wsl.nixosModules.wsl
home-manager.nixosModules.home-manager 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 = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;