build cache
This commit is contained in:
parent
bc1355aa09
commit
4f93d3d416
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: env
|
||||
- run: |
|
||||
export NIX_CONFIG="extra-access-tokens = git.ingolf-wagner.de=${{ secrets.ACCESS_TOKEN }}"
|
||||
export NIX_SSHOPTS="-i $PWD/id_rsa"
|
||||
nix flake update
|
||||
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
||||
|
|
|
@ -48,6 +48,7 @@ in
|
|||
pkgs.nodejs
|
||||
pkgs.wget
|
||||
pkgs.nix
|
||||
pkgs.openssh
|
||||
];
|
||||
url = "https://git.ingolf-wagner.de";
|
||||
tokenFile = config.clanCore.facts.services.gitea-runner.secret."gitea-runner.token".path;
|
||||
|
|
Loading…
Reference in a new issue