feat(calcite): sign locally build paths in nix store
This commit is contained in:
parent
e36875131b
commit
6c39724060
3 changed files with 17 additions and 4 deletions
|
@ -10,7 +10,10 @@
|
|||
];
|
||||
|
||||
commonSettings = {
|
||||
nix.enableMirrors = true;
|
||||
nix = {
|
||||
enableMirrors = true;
|
||||
signing.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue