Skip to content

Commit

Permalink
default.nix: quote urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Aug 12, 2024
1 parent d6c5d29 commit a12a28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(import (builtins.fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
(import (builtins.fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
src = ./.;
})
.defaultNix
Expand Down

0 comments on commit a12a28f

Please sign in to comment.