Skip to content

Commit dc5cec0

Browse files
author
Maximilian Bosch
committed
Remove usage of literal URL syntax
1 parent 81473a1 commit dc5cec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
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) {
1+
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
22
src = ./.;
33
}).defaultNix

0 commit comments

Comments
 (0)