inputs: lazy-trees at home
All checks were successful
/ check (push) Successful in 1m22s

This commit is contained in:
Nikodem Rabuliński 2025-03-31 20:06:15 +02:00
parent 12ad94fd70
commit 9a2c0fed2c
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8

View file

@ -5,6 +5,10 @@ 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