mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-27 02:27:13 +08:00
platonic cache
This commit is contained in:
parent
7a2e49a1da
commit
d1d039e103
2 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./iohk.nix
|
||||
./platonic.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
8
features/caches/platonic.nix
Normal file
8
features/caches/platonic.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
nix.binaryCachePublicKeys = [
|
||||
"ci.ardana.platonic.systems:yByqhxfJ9KIUOyiCe3FYhV7GMysJSA3i5JRvgPuySsI="
|
||||
];
|
||||
nix.binaryCaches = [
|
||||
"ssh://nix-ssh@ci.ardana.platonic.systems"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue