Working flake-based nixops config

This commit is contained in:
2021-10-08 15:27:04 -07:00
parent 3304caa8ee
commit 160807215c
+7
View File
@@ -0,0 +1,7 @@
{
description = "Fudo packages";
outputs = { self, ... }: {
overlay = import ./overlay.nix;
};
}