aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-04-19 14:28:37 +0200
committerKarel Kočí <cynerd@email.cz>2022-04-19 14:28:37 +0200
commitdf97cf3f26055928ed88b8be5f8251f55f1fcb79 (patch)
tree3ea32e8aab1f6132c9292fedb18be0e299b3d80c
parent78a37d55e0c168f6e8cdbebb424bf7d5cabef0c0 (diff)
downloadmyconfigs-df97cf3f26055928ed88b8be5f8251f55f1fcb79.tar.gz
myconfigs-df97cf3f26055928ed88b8be5f8251f55f1fcb79.tar.bz2
myconfigs-df97cf3f26055928ed88b8be5f8251f55f1fcb79.zip
nix: add armv7 cache
-rw-r--r--config/nix/nix.conf3
m---------private0
2 files changed, 3 insertions, 0 deletions
diff --git a/config/nix/nix.conf b/config/nix/nix.conf
index 5d68586..bea0e44 100644
--- a/config/nix/nix.conf
+++ b/config/nix/nix.conf
@@ -3,3 +3,6 @@ cores = 0
experimental-features = nix-command flakes
extra-platforms = armv7l-linux aarch64-linux
extra-sandbox-paths = /usr/bin/qemu-arm /usr/bin/qemu-aarch64
+
+substituters = https://cache.nixos.org https://thefloweringash-armv7.cachix.org
+trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso=
diff --git a/private b/private
-Subproject c3a2678922b92e2fca58fbf8f56a77d1d5abfcc
+Subproject 7fe7f19db8c895b59985231d88c2f4b243f4cd9