mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +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
|
||||
- name: Build
|
||||
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:
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
- name: Deploy devcontainers to GitHub registry
|
||||
|
Loading…
Reference in New Issue
Block a user