We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c33af commit 1b15377Copy full SHA for 1b15377
default.nix
@@ -12,7 +12,7 @@ let
12
pkgs = args.pkgs or (import nixpkgsSrc {});
13
flake-compat =
14
pkgs.fetchzip {
15
- url = "https://github.com/edolstra/flake-compat/archive/{flakeCompatPin.rev}.tar.gz";
+ url = "https://github.com/edolstra/flake-compat/archive/${flakeCompatPin.rev}.tar.gz";
16
sha256 = flakeCompatPin.narHash;
17
};
18
self = import flake-compat {
0 commit comments