Skip to content

Commit

Permalink
[ fix ] Don't fetchGit ./.
Browse files Browse the repository at this point in the history
  • Loading branch information
3noch committed Jun 26, 2021
1 parent 6a812b8 commit 14880ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/toml/default.nix
@@ -1,3 +1,3 @@
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
src = builtins.fetchGit ./.;
src = ./.;
}).defaultNix

0 comments on commit 14880ce

Please sign in to comment.