Add default.nix, shell.nix for compatibility

This commit is contained in:
Eelco Dolstra 2020-03-31 16:07:46 +02:00
parent 4009d4295e
commit d1f367f657
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 6 additions and 0 deletions

3
default.nix Normal file
View file

@ -0,0 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
}).defaultNix

3
shell.nix Normal file
View file

@ -0,0 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
}).shellNix