Update .forgejo/workflows/nix-docker.yaml

This commit is contained in:
Gabriel Simmer 2023-09-19 18:42:33 +01:00
parent 263dd7e75c
commit 89704ab789
Signed by: Arch Forgejo
GPG key ID: E58BBEB3C95BA466

View file

@ -22,7 +22,8 @@ jobs:
with:
extra_nix_config: "experimental-features = nix-command flakes"
nix_path: nixpkgs=channel:nixos-23.05
- name: Remove access_tokens
run: sed -i '/^access-tokens/d' /etc/nix/nix.conf
- name: "Basic CLI and web build"
run: |
nix build .#tclip .#web
@ -67,7 +68,8 @@ jobs:
with:
extra_nix_config: "experimental-features = nix-command flakes"
nix_path: nixpkgs=channel:nixos-23.05
- name: Remove access_tokens
run: sed -i '/^access-tokens/d' /etc/nix/nix.conf
- name: "Basic CLI and web build"
run: |
nix build .#tclip .#web