Fixed nix renamed options and broken post-build hook
This commit is contained in:
parent
efefa0c8be
commit
ff9aa4738b
2 changed files with 4 additions and 5 deletions
|
@ -16,15 +16,15 @@
|
|||
nixpkgs.flake = nixpkgs;
|
||||
dadada.flake = self;
|
||||
};
|
||||
nix.binaryCaches = [
|
||||
nix.settings.substituters = [
|
||||
https://cache.nixos.org/
|
||||
https://nix-community.cachix.org/
|
||||
];
|
||||
nix.binaryCachePublicKeys = [
|
||||
nix.settings.trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"gorgon:eEE/PToceRh34UnnoFENERhk89dGw5yXOpJ2CUbfL/Q="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
nix.requireSignedBinaryCaches = true;
|
||||
nix.useSandbox = true;
|
||||
nix.settings.require-sigs = true;
|
||||
nix.settings.sandbox = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue