feat(workflows): remove env thing
This commit is contained in:
parent
96b81d30b1
commit
1d1b304bcf
3 changed files with 0 additions and 7 deletions
|
|
@ -4,7 +4,6 @@ on:
|
|||
pull_request:
|
||||
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
FORGEJO_TOKEN: ""
|
||||
GITHUB_TOKEN: ""
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ on:
|
|||
paths-ignore:
|
||||
- flake.nix
|
||||
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
|
||||
jobs:
|
||||
build-web:
|
||||
runs-on: nixos
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ on:
|
|||
paths-ignore:
|
||||
- flake.nix
|
||||
|
||||
env:
|
||||
NIX_CONFIG: experimental-features = nix-command flakes
|
||||
|
||||
jobs:
|
||||
build-web:
|
||||
runs-on: nixos
|
||||
|
|
|
|||
Loading…
Reference in a new issue