rp5: finally working nix-sdcard, enableing remote build on the nix system now

This commit is contained in:
Christoph Hollizeck 2024-11-25 15:52:10 +01:00
parent c424ccbd07
commit 3703a46675
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 73 additions and 23 deletions

View file

@ -36,6 +36,9 @@ in
nix = {
enable = true;
extra-substituters = {
"https://cache.lix.systems" = {
key = "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=";
};
"https://nix-community.cachix.org" = {
key = "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
};