1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

use cachix cache

This commit is contained in:
2024-05-16 22:10:17 +02:00
parent 3ea66b6445
commit 008d33265b
2 changed files with 7 additions and 0 deletions

View File

@@ -54,6 +54,11 @@
wallpapers.flake = false;
};
nixConfig = {
extra-substituters = [ "https://kmein.cachix.org" ];
extra-trusted-public-keys = [ "kmein.cachix.org-1:rsJ2b6++VQHJ1W6rGuDUYsK/qUkFA3bNpO6PyEyJ9Ls=" ];
};
outputs = inputs @ {
self,
nixpkgs,