Simplify default.nix and shell.nix

This commit is contained in:
Eelco Dolstra 2020-06-17 19:19:55 +02:00
parent 03e8a7fef4
commit 2dd06329eb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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