inputs: lazy-trees at home
This commit is contained in:
parent
12ad94fd70
commit
cbb8b3f3d7
1 changed files with 7 additions and 2 deletions
|
@ -5,6 +5,11 @@ let
|
|||
url = "${url}/archive/${rev}.tar.gz";
|
||||
sha256 = narHash;
|
||||
};
|
||||
flake = import flake-compat { src = ./.; };
|
||||
flake = import flake-compat {
|
||||
src = ./.;
|
||||
copySourceTreeToStore = false;
|
||||
useBuiltinsFetchTree = true;
|
||||
};
|
||||
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