feat(workflows): remove env thing

This commit is contained in:
Alois 2026-08-27 19:32:48 +02:00
commit 1d1b304bcf
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
3 changed files with 0 additions and 7 deletions

View file

@ -4,7 +4,6 @@ on:
pull_request: pull_request:
env: env:
NIX_CONFIG: experimental-features = nix-command flakes
FORGEJO_TOKEN: "" FORGEJO_TOKEN: ""
GITHUB_TOKEN: "" GITHUB_TOKEN: ""

View file

@ -5,9 +5,6 @@ on:
paths-ignore: paths-ignore:
- flake.nix - flake.nix
env:
NIX_CONFIG: experimental-features = nix-command flakes
jobs: jobs:
build-web: build-web:
runs-on: nixos runs-on: nixos

View file

@ -6,9 +6,6 @@ on:
paths-ignore: paths-ignore:
- flake.nix - flake.nix
env:
NIX_CONFIG: experimental-features = nix-command flakes
jobs: jobs:
build-web: build-web:
runs-on: nixos runs-on: nixos