test: see if using another plugin will work
Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
parent
47d1856ed0
commit
c61056d583
1 changed files with 4 additions and 1 deletions
|
@ -17,13 +17,16 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: https://github.com/cachix/install-nix-action@v27
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
|
- run: nix flake lock --update-input "${{ inputs.input_to_update }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: |
|
- run: |
|
||||||
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
attic login skynet https://nix-cache.skynet.ie/ $CACHE_KEY
|
||||||
attic use skynet-cache
|
attic use skynet-cache
|
||||||
attic watch-store skynet-cache &
|
attic watch-store skynet-cache &
|
||||||
nix --extra-experimental-features 'nix-command flakes' develop
|
nix develop
|
||||||
colmena build -v --on @active-dns
|
colmena build -v --on @active-dns
|
||||||
colmena build -v --on @active-core
|
colmena build -v --on @active-core
|
||||||
colmena build -v --on @active
|
colmena build -v --on @active
|
||||||
|
|
Loading…
Reference in a new issue