Working flake check
This commit is contained in:
+3
-3
@@ -19,9 +19,9 @@ in {
|
||||
];
|
||||
|
||||
config = {
|
||||
fudo.local-network.timestamp = build-timestamp;
|
||||
|
||||
instance = { hostname = hostname; };
|
||||
instance = {
|
||||
inherit hostname build-timestamp;
|
||||
};
|
||||
|
||||
nixpkgs.pkgs = pkgs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user