Skip to content

Commit

Permalink
ci: try not to build the kernel over and over again
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Dec 9, 2024
1 parent 353da03 commit 5b58afb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5b58afb

Please sign in to comment.