mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-12 04:40:42 -05:00
Compare commits
1 Commits
main
...
5ac99012e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ac99012e0 |
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
||||
- nixos-unstable
|
||||
- nixos-22.11
|
||||
- nixos-23.05
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: native
|
||||
container: pjjw/nix-flake-runner:1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: nix-shell --run ./ci.sh
|
||||
env:
|
||||
CI_REGISTRY_AUTH: '${{ secrets.REGISTRY_AUTH }}'
|
||||
|
||||
Reference in New Issue
Block a user