Skip to content

Commit

Permalink
Merge pull request #1406 from NixOS/fix/remove-url-literal
Browse files Browse the repository at this point in the history
default.nix: Drop URL literal
  • Loading branch information
Mic92 authored Aug 27, 2024
2 parents f730433 + 0ead8dc commit 2d79b0a
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,6 +1,6 @@
# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
# returns an attribute set of the shape `{ defaultNix, shellNix }`

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

0 comments on commit 2d79b0a

Please sign in to comment.