1
1
mirror of https://github.com/oxalica/nil.git synced 2024-08-16 22:20:31 +03:00

Flake-compat support

Close #8

Co-authored-by: riceicetea <104317939+riceicetea@users.noreply.github.com>
This commit is contained in:
oxalica 2022-09-22 20:27:59 +08:00
parent d3ae134346
commit 5811a7d60e
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