flake: Added compat for flakes

This commit is contained in:
Giulio De Pasquale 2023-02-17 09:59:25 -08:00
parent 20d1f0877e
commit 6577afa3a3
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