https://git.jolheiser.com/zed.drv.git
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