Initial checkin

This commit is contained in:
2021-11-21 14:20:06 -08:00
commit 23351e725d
8 changed files with 316 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
description = "Fudo Nix Helper Functions";
outputs = { self, nixpkgs, ... }: {
overlay = import ./overlay.nix;
};
}