Skip to content

Commit 389ed2e

Browse files
authored
Merge pull request NixOS#1235 from NixOS/drop/url-literal
Remove yet another URL literal
2 parents bf50ae0 + 38e033e commit 389ed2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
22
# returns an attribute set of the shape `{ defaultNix, shellNix }`
33

4-
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
4+
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
55
src = ./.;
66
}).shellNix

0 commit comments

Comments
 (0)