Add flake.nix

This commit is contained in:
Matthew Bauer 2020-11-20 16:12:10 -06:00
parent 403f30c23b
commit 024e2bdd75

7
flake.nix Normal file
View File

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