mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
wahtever
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
28c4884fab
commit
bda2c910d6
@ -20,9 +20,9 @@
|
||||
in rec {
|
||||
packages = forAllSystems (system: let
|
||||
circomCompatPkg = circom-compat.packages.${system}.default;
|
||||
buildTarget = pkgsFor.${system}.callPackage ./nix/default.nix {
|
||||
buildTarget = pkgsFor.${system}.callPackage ./nix/default.nix rec {
|
||||
inherit stableSystems circomCompatPkg;
|
||||
src = pkgsFor.${system}.lib.traceValFn (v: "submodules: ${toString v.submodules)}") self;
|
||||
src = pkgsFor.${system}.lib.traceValFn (v: "self.submodules: ${toString v.submodules}") self;
|
||||
};
|
||||
build = targets: buildTarget.override { inherit targets; };
|
||||
in rec {
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
nixosModules.nim-codex = { config, lib, pkgs, ... }: import ./nix/service.nix {
|
||||
inherit config lib pkgs;
|
||||
self = pkgs.lib.traceValFn (v: "submodules: ${toString v.submodules)}") self;
|
||||
self = pkgs.lib.traceValFn (v: "self.submodules: ${toString v.submodules}") self;
|
||||
circomCompatPkg = circom-compat.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user