We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1632418 + 2fc6624 commit 0aae8e1Copy full SHA for 0aae8e1
default.nix
@@ -1,3 +1,3 @@
1
-(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
2
- src = builtins.fetchGit ./.;
+(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/v1.1.0.tar.gz") {
+ src = ./.;
3
}).defaultNix
0 commit comments