Support submodules for fetchTree #19

Closed
timothyklim wants to merge 1 commit from master into master
timothyklim commented 2021-01-24 09:19:06 +00:00 (Migrated from github.com)
No description provided.
edolstra (Migrated from github.com) reviewed 2022-02-25 10:24:13 +00:00
@ -33,2 +28,3 @@
({ url = info.url; }
builtins.fetchTree
({ inherit (info) type url; }
// (if info ? rev then { inherit (info) rev; } else {})
edolstra (Migrated from github.com) commented 2022-02-25 10:24:13 +00:00

We shouldn't use fetchTree because it's an experimental feature and is not available in older versions of Nix (so using it would kind of negate the point of flake-compat).

We shouldn't use `fetchTree` because it's an experimental feature and is not available in older versions of Nix (so using it would kind of negate the point of `flake-compat`).
timothyklim commented 2022-02-26 03:24:43 +00:00 (Migrated from github.com)

This is not an issue anymore. I'll close this PR.

This is not an issue anymore. I'll close this PR.

Pull request closed

Sign in to join this conversation.
No description provided.