Working flake check

This commit is contained in:
2021-09-30 08:40:47 -07:00
parent 4df4d2e7db
commit b690935dea
31 changed files with 246 additions and 209 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ in {
];
config = {
fudo.local-network.timestamp = build-timestamp;
instance = { hostname = hostname; };
instance = {
inherit hostname build-timestamp;
};
nixpkgs.pkgs = pkgs;