default: add default.nix using flake-compat

This commit is contained in:
Timothy DeHerrera 2021-01-18 01:59:52 -07:00
parent 3968ba64c9
commit fcf9148019
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

10
default.nix Normal file
View file

@ -0,0 +1,10 @@
(import
(
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/99f1c2157fba4bfe6211a321fd0ee43199025dbf.tar.gz";
sha256 = "sha256:0x2jn3vrawwv9xp15674wjz9pixwjyj3j771izayl962zziivbx2";
}
)
{
src = ./.;
}).defaultNix