mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-10 07:30:18 +02:00
fixed issues related to configurationRevision
This commit is contained in:
parent
d815643dfc
commit
115595c8bf
2 changed files with 7 additions and 6 deletions
|
@ -123,7 +123,10 @@
|
|||
};
|
||||
|
||||
darwinConfigurations."iMac-de-Eddie" = nix-darwin.lib.darwinSystem {
|
||||
modules = [ ./hosts/dadarwin/configuration.nix ];
|
||||
modules = [ ./hosts/dadarwin/configuration.nix
|
||||
|
||||
{system.configurationRevision = self.rev or self.dirtyRev or null;}
|
||||
];
|
||||
};
|
||||
|
||||
# Expose the package set, including overlays, for convenience.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue