mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
Flake-compat support
Close #8 Co-authored-by: riceicetea <104317939+riceicetea@users.noreply.github.com>
This commit is contained in:
parent
d3ae134346
commit
5811a7d60e
2 changed files with 6 additions and 0 deletions
3
default.nix
Normal file
3
default.nix
Normal 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
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
||||
src = builtins.fetchGit ./.;
|
||||
}).shellNix
|
||||
Loading…
Add table
Add a link
Reference in a new issue