forked from github-mirror/docker-nixpkgs
Compare commits
1 Commits
master
...
5ac99012e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ac99012e0 |
1
.github/workflows/nix.yml
vendored
1
.github/workflows/nix.yml
vendored
@@ -24,6 +24,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: nix-shell --run ./ci.sh
|
- run: nix-shell --run ./ci.sh
|
||||||
env:
|
env:
|
||||||
CI_PROJECT_PATH: pjjw
|
|
||||||
CI_REGISTRY_AUTH: '${{ secrets.REGISTRY_AUTH }}'
|
CI_REGISTRY_AUTH: '${{ secrets.REGISTRY_AUTH }}'
|
||||||
NIXPKGS_CHANNEL: '${{ matrix.channel }}'
|
NIXPKGS_CHANNEL: '${{ matrix.channel }}'
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
{ docker-nixpkgs
|
|
||||||
, nodejs
|
|
||||||
, extraContents ? [ ]
|
|
||||||
}:
|
|
||||||
docker-nixpkgs.nix-flakes.override {
|
|
||||||
extraContents = [
|
|
||||||
# nodejs for runner
|
|
||||||
nodejs
|
|
||||||
] ++ extraContents;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user