Simplify shell.nix and default.nix

This commit is contained in:
Eelco Dolstra 2020-06-17 19:21:46 +02:00
parent 2e4bd78211
commit 5d69bbf3fe
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
src = ./.;
}).defaultNix

View file

@ -1,3 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
src = ./.;
}).shellNix