ci: improvements to teh build process
This commit is contained in:
parent
c1b42a8132
commit
7ca705cc0a
3 changed files with 19 additions and 13 deletions
|
@ -6,6 +6,11 @@
|
|||
naersk.url = "github:nix-community/naersk";
|
||||
utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = "https://nix-cache.skynet.ie/skynet-cache";
|
||||
extra-trusted-public-keys = "skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo=";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, utils, naersk }: utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue