Working flake-based nixops config

This commit is contained in:
niten 2021-10-08 15:27:04 -07:00
parent 3304caa8ee
commit 160807215c
1 changed files with 7 additions and 0 deletions

7
flake.nix Normal file
View File

@ -0,0 +1,7 @@
{
description = "Fudo packages";
outputs = { self, ... }: {
overlay = import ./overlay.nix;
};
}