Add revision tag to config
This commit is contained in:
parent
3bbaf1e5d2
commit
0cdd87cbd8
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@
|
|||
nixos-wsl.nixosModules.wsl
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
|
||||
system.configurationRevision = self.rev or self.dirtyRev or "dirty";
|
||||
|
||||
home-manager = {
|
||||
|
||||
sharedModules = [
|
||||
|
|
Loading…
Reference in a new issue