default.nix: Drop URL literal

This commit is contained in:
Janne Heß 2024-08-27 17:44:19 +02:00
parent b1a0501520
commit 0ead8dc65c
No known key found for this signature in database

View file

@ -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