add minimal flake.nix

This commit is contained in:
Sean Buckley 2021-03-31 18:15:08 -04:00
parent 47278f895a
commit bdb178ab7c

5
flake.nix Normal file
View file

@ -0,0 +1,5 @@
{
outputs = { self, nixpkgs }: {
nixosModule = import ./.;
};
}