ci: test building demeter image

This commit is contained in:
Youwen Wu 2024-08-16 16:13:47 -07:00
parent b43cc04ea7
commit ba022c35b7
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 16 additions and 10 deletions

View file

@ -14,5 +14,5 @@ jobs:
with: with:
name: liminalos name: liminalos
# If you chose API tokens for write access OR if you have a private cache # If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build - run: nix build .#demeter --accept-flake-config

View file

@ -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";
};
} }