mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
ci: test building demeter image
This commit is contained in:
parent
b43cc04ea7
commit
ba022c35b7
2 changed files with 16 additions and 10 deletions
20
.github/workflows/main.yml
vendored
20
.github/workflows/main.yml
vendored
|
@ -6,13 +6,13 @@ jobs:
|
|||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: liminalos
|
||||
# If you chose API tokens for write access OR if you have a private cache
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix build
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: liminalos
|
||||
# If you chose API tokens for write access OR if you have a private cache
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- run: nix build .#demeter --accept-flake-config
|
||||
|
|
|
@ -190,4 +190,10 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = ["https://liminalos.cachix.org"];
|
||||
extra-trusted-public-keys = ["liminalos.cachix.org-1:GpwgIRFfXwZtZaHA2RPaVGI2ErJKasbb15pkMmQ7dN4="];
|
||||
allow-import-from-derivation = "true";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue