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

@ -10,7 +10,10 @@
];
commonSettings = {
nix.enableMirrors = true;
nix = {
enableMirrors = true;
signing.enable = true;
};
};
# Bootloader.