mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
nix-fetchers-c: Init with settings object
Also make it a dependency of nix-flake-c; we'll need that.
This commit is contained in:
parent
1061a0965a
commit
60bffbd41b
17 changed files with 213 additions and 0 deletions
|
@ -333,6 +333,7 @@ in
|
|||
nix-store-tests = callPackage ../src/libstore-tests/package.nix { };
|
||||
|
||||
nix-fetchers = callPackage ../src/libfetchers/package.nix { };
|
||||
nix-fetchers-c = callPackage ../src/libfetchers-c/package.nix { };
|
||||
nix-fetchers-tests = callPackage ../src/libfetchers-tests/package.nix { };
|
||||
|
||||
nix-expr = callPackage ../src/libexpr/package.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue