inputs: lazy-trees at home
This commit is contained in:
parent
4538c346bc
commit
954b1b0b8d
1 changed files with 7 additions and 2 deletions
|
@ -6,6 +6,11 @@ let
|
||||||
url = "${url}/archive/${rev}.tar.gz";
|
url = "${url}/archive/${rev}.tar.gz";
|
||||||
sha256 = narHash;
|
sha256 = narHash;
|
||||||
};
|
};
|
||||||
flake = import flake-compat { src = ./.; };
|
flake = import flake-compat {
|
||||||
|
src = ./.;
|
||||||
|
copySourceTreeToStore = false;
|
||||||
|
useBuiltinsFetchTree = true;
|
||||||
|
};
|
||||||
in
|
in
|
||||||
flake.inputs
|
# Workaround for https://github.com/nilla-nix/nilla/issues/14
|
||||||
|
builtins.mapAttrs (_: input: input // { type = "derivation"; }) flake.inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue