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