try if this will work
This commit is contained in:
parent
d515b7b31f
commit
f20a9e2884
1 changed files with 7 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
|||
...
|
||||
}: {
|
||||
nixosConfigurations = {
|
||||
revision = self.shortRev or self.dirtyShortRev or self.lastModified or "unknown";
|
||||
tartarus = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./configuration.nix ];
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
# revision = self.shortRev or self.dirtyShortRev or self.lastModified or "unknown";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue