ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

shell: readd PROTOC for cargo check (#92)

authored by

lychee and committed by
GitHub
6081a6f3 b223ae38

+4 -3
+2 -2
nix/shells.nix
··· 2 2 perSystem = 3 3 { 4 4 config, 5 - self', 6 5 lib, 7 6 craneLib, 8 7 pkgs, ··· 23 22 pkgs.cargo-nextest 24 23 pkgs.pnpm 25 24 ]; 26 - inputsFrom = [ self'.packages.wire ]; 25 + 26 + PROTOC = lib.getExe pkgs.protobuf; 27 27 shellHook = builtins.concatStringsSep "\n" [ 28 28 cfg.installationScript 29 29 ''
+2 -1
nix/utils.nix
··· 4 4 pkgs, 5 5 lib, 6 6 craneLib, 7 + commonArgs, 7 8 ... 8 9 }: 9 10 { 10 - _module.args = rec { 11 + _module.args = { 11 12 commonArgs = 12 13 let 13 14 inherit (lib.fileset)