Add a dummy flake.nix file

This commit is contained in:
Benjamin Koch 2021-01-24 06:10:18 +01:00
parent d3b9c42cb7
commit 24b8bc1142

4
flake.nix Normal file
View file

@ -0,0 +1,4 @@
# nix insists that we need a flake.nix if we want ot use --override-input...
{
outputs = {...}: {};
}