Home

zed.drv @24dbea961cf468bb41f4db6de7aa037367743b93 - refs - log -
-
https://git.jolheiser.com/zed.drv.git
My Zed configuration as a Nix derivation
zed.drv / .woodpecker.yaml
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
steps:
  - name: nix-build-wayland
    image: bash
    commands:
      - nix build .#zed-wayland

  - name: cachix-push-wayland
    image: bash
    commands:
      - cachix push jolheiser result/
    environment:
      CACHIX_AUTH_TOKEN:
        from_secret: cachix_auth_token

  - name: nix-build-x11
    image: bash
    commands:
      - nix build .#zed-x11

  - name: cachix-push-x11
    image: bash
    commands:
      - cachix push jolheiser result/
    environment:
      CACHIX_AUTH_TOKEN:
        from_secret: cachix_auth_token