1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +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:
Robert Hensing 2025-03-27 19:55:00 +00:00
parent 1061a0965a
commit 60bffbd41b
17 changed files with 213 additions and 0 deletions

View file

@ -15,6 +15,7 @@
nix-store-tests,
nix-fetchers,
nix-fetchers-c,
nix-fetchers-tests,
nix-expr,
@ -54,6 +55,7 @@ let
nix-store
nix-store-c
nix-fetchers
nix-fetchers-c
nix-expr
nix-expr-c
nix-flake
@ -230,6 +232,7 @@ stdenv.mkDerivation (finalAttrs: {
"nix-expr"
"nix-expr-c"
"nix-fetchers"
"nix-fetchers-c"
"nix-flake"
"nix-flake-c"
"nix-main"