mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
Revert "ci: test building demeter image"
This reverts commit ba022c35b7
.
This commit is contained in:
parent
6f543f19b3
commit
6f8505f1b9
2 changed files with 10 additions and 16 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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 .#demeter --accept-flake-config
|
- run: nix build
|
||||||
|
|
|
@ -190,10 +190,4 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
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