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
commit 12414bf7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
flake.nix Normal file
View File

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