forked from lix-project/hydra
Simplify default.nix and shell.nix
This commit is contained in:
parent
03e8a7fef4
commit
2dd06329eb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue