forked from lix-project/hydra
Simplify default.nix and shell.nix
This commit is contained in:
parent
03e8a7fef4
commit
2dd06329eb
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
|||
# returns an attribute set of the shape `{ defaultNix, shellNix }`
|
||||
|
||||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
||||
src = builtins.fetchGit ./.;
|
||||
src = ./.;
|
||||
}).defaultNix
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
# returns an attribute set of the shape `{ defaultNix, shellNix }`
|
||||
|
||||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
||||
src = builtins.fetchGit ./.;
|
||||
src = ./.;
|
||||
}).shellNix
|
||||
|
|
Loading…
Reference in a new issue