Skip to content

Commit

Permalink
defualt.nix: Drop URL literal
Browse files Browse the repository at this point in the history
  • Loading branch information
dasJ committed Aug 27, 2024
1 parent b1a0501 commit 9ef848f
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 9ef848f

Please sign in to comment.