Merge pull request #1 from matthewbauer/flakes

Add empty flake.nix
This commit is contained in:
Graham Christensen
2020-11-20 17:22:52 -05:00
committed by GitHub

7
flake.nix Normal file
View File

@@ -0,0 +1,7 @@
{
description = "Quick netboot in Nix";
outputs = { self }: {
};
}