Merge pull request #1406 from NixOS/fix/remove-url-literal

default.nix: Drop URL literal
This commit is contained in:
Jörg Thalheim 2024-08-27 21:41:42 +02:00 committed by GitHub
commit 2d79b0a4da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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