mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
installer: add substituter
This commit is contained in:
parent
dbb412f5d1
commit
9abb32c4fa
1 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,13 @@ in
|
|||
(modulesPath + "/installer/cd-dvd/installation-cd-minimal.nix")
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
extra-substituters = ["https://leana8959.cachix.org"];
|
||||
extra-trusted-substituters = ["https://leana8959.cachix.org"];
|
||||
extra-trusted-public-keys = ["leana8959.cachix.org-1:CxQSAp8lcgMv8Me459of0jdXRW2tcyeYRKTiiUq8z0M="];
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
hostPlatform = system;
|
||||
overlays = [self.overlays.default self.overlays.packages'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue