ci: prebuild and push to cache
This commit is contained in:
parent
a4482cc618
commit
c8a26d63de
2 changed files with 38 additions and 0 deletions
|
@ -9,6 +9,15 @@
|
|||
bfom.url = "gitlab:silver_rust/bfom";
|
||||
};
|
||||
|
||||
/*
|
||||
sudo nano /etc/nix/nix.conf
|
||||
trusted-users = {username}
|
||||
*/
|
||||
nixConfig = {
|
||||
extra-substituters = "https://nix-cache.skynet.ie/skynet-cache";
|
||||
extra-trusted-public-keys = "skynet-cache:OdfA4Or0JcHiHf05fsiIR4nZT2z2yDEtkoLqhntGAz4=";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, bfom, ... } @inputs:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux.pkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue