Skip to content

Commit 0aae8e1

Browse files
authored
Merge pull request #163 from leana8959/master
Fix flake-compat
2 parents 1632418 + 2fc6624 commit 0aae8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
2-
src = builtins.fetchGit ./.;
1+
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/v1.1.0.tar.gz") {
2+
src = ./.;
33
}).defaultNix

0 commit comments

Comments
 (0)