ci: try not to build the kernel over and over again
This commit is contained in:
parent
353da03f53
commit
027d204c1f
2 changed files with 7 additions and 1 deletions
|
|
@ -6,6 +6,12 @@
|
|||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-trusted-substituters = [ "https://cache.soopy.moe" ];
|
||||
extra-substituters = [ "https://cache.soopy.moe" ];
|
||||
extra-trusted-public-keys = [ "cache.soopy.moe-1:0RZVsQeR+GOh0VQI9rvnHz55nVXkFardDqfm4+afjPo=" ];
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixos-hardware }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue