feat(calcite): sign locally build paths in nix store

This commit is contained in:
xinyangli 2024-07-18 11:44:09 +08:00
parent e36875131b
commit 6c39724060
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 17 additions and 4 deletions

View file

@ -120,7 +120,6 @@
nixpkgs = import nixpkgs {
system = "x86_64-linux";
};
machinesFile = ./nixbuild.net;
specialArgs = {
inherit inputs;
};
@ -194,7 +193,7 @@
{
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [ git colmena sops nix-output-monitor nil nvd ];
packages = with pkgs; [ nix git colmena sops nix-output-monitor nil nvd ];
};
};
}