Skip to content

Commit

Permalink
Simplify shell.nix and default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 17, 2020
1 parent 2e4bd78 commit 5d69bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
@@ -1,3 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
src = ./.;
}).defaultNix
2 changes: 1 addition & 1 deletion shell.nix
@@ -1,3 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
src = ./.;
}).shellNix

0 comments on commit 5d69bbf

Please sign in to comment.