From e4f5ca2fc9ba5cbcc196a29dd552980c0883bf04 Mon Sep 17 00:00:00 2001 From: iofq Date: Fri, 20 Mar 2026 20:46:27 -0500 Subject: [PATCH] let's try CI images again --- .forgejo/workflows/images.yaml | 31 ++++++++++++++++++++++ clusters/lab/minecraft/minecraft-helm.yaml | 2 +- flake.lock | 17 ++++++++++++ flake.nix | 5 ++++ home-manager/shared/wayland/default.nix | 8 +++--- nixos/zen/configuration.nix | 2 ++ pkgs/default.nix | 2 ++ pkgs/images/nix-with-node.nix | 10 +++++++ 8 files changed, 72 insertions(+), 5 deletions(-) create mode 100644 .forgejo/workflows/images.yaml create mode 100644 pkgs/images/nix-with-node.nix diff --git a/.forgejo/workflows/images.yaml b/.forgejo/workflows/images.yaml new file mode 100644 index 0000000..2a72434 --- /dev/null +++ b/.forgejo/workflows/images.yaml @@ -0,0 +1,31 @@ +on: + push: + paths: + - 'pkgs/images/**' + - '.forgejo/workflows/**' + - 'flake.lock' +jobs: + check: + runs-on: nix-upstream-latest + steps: + - run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf + - run: nix-env -i curl nodejs skopeo # bootstrap + - uses: actions/checkout@v4 + - run: |- + cat > tags.txt < /etc/containers/policy.json <