Skip to content

Commit 5b58afb

Browse files
committed
ci: try not to build the kernel over and over again
1 parent 353da03 commit 5b58afb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
nixos-hardware.url = "github:NixOS/nixos-hardware";
77
};
88

9+
nixConfig = {
10+
extra-trusted-substituters = [ "https://cache.soopy.moe" ];
11+
extra-substituters = [ "https://cache.soopy.moe" ];
12+
extra-trusted-public-keys = [ "cache.soopy.moe-1:0RZVsQeR+GOh0VQI9rvnHz55nVXkFardDqfm4+afjPo=" ];
13+
};
14+
915
outputs = { self, nixpkgs, nixos-hardware }:
1016
let
1117
system = "x86_64-linux";

0 commit comments

Comments
 (0)