mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
ci: fix devcontainers build step
This commit is contained in:
parent
97875f1b84
commit
2858362c36
2
.github/workflows/build-devcontainers.yml
vendored
2
.github/workflows/build-devcontainers.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
keep-going = true
|
keep-going = true
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
nix build -f ./pkgs --impure --print-out-paths --no-link > build_paths
|
nix build -f ./devcontainers --impure --print-out-paths --no-link > build_paths
|
||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
- name: Deploy devcontainers to GitHub registry
|
- name: Deploy devcontainers to GitHub registry
|
||||||
|
Loading…
Reference in New Issue
Block a user