t2-iso-minimal, t2-iso-gnome: use binary cache and keep common settings in common.nix
This commit is contained in:
parent
3f4b573ab9
commit
ea31491118
4 changed files with 15 additions and 1 deletions
12
nix/common.nix
Normal file
12
nix/common.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://t2linux.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"t2linux.cachix.org-1:P733c5Gt1qTcxsm+Bae0renWnT8OLs0u9+yfaK2Bejw="
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue