feat: nix-fetchers crate

(cherry picked from commit 27d572403ac98d83d652481da6c22ad50bb00168)
This commit is contained in:
Robert Hensing 2025-04-02 18:38:20 +02:00
parent 7ae38f296f
commit bbf245ef1a
5 changed files with 73 additions and 2 deletions

View file

@ -10,6 +10,7 @@ path = "src/lib.rs"
[dependencies]
anyhow = "1.0.79"
nix-expr = { path = "../nix-expr" }
nix-fetchers = { path = "../nix-fetchers" }
nix-store = { path = "../nix-store" }
nix-util = { path = "../nix-util" }
nix-c-raw = { path = "../nix-c-raw" }