Skip to content

Commit

Permalink
Merge pull request cargo2nix#332 from cargo2nix/release-branch-mainte…
Browse files Browse the repository at this point in the history
…nance

Release branch maintenance
  • Loading branch information
psionic-k authored Oct 15, 2023
2 parents 0167b39 + 61196e9 commit c720c96
Show file tree
Hide file tree
Showing 38 changed files with 6,809 additions and 2,798 deletions.
6 changes: 6 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Activity on the repository is the best way to provide input so that others can
# comment and see issues. Presume the mediocre engineer goes for about $150k
# per year in SF and expect time boxes to be allocated accordingly. Contact
# directly via [email protected] with "cargo2nix Professional Services"
# in the subject line.
github: positron-solutions
19 changes: 9 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2.4.2
- uses: cachix/install-nix-action@v15
- uses: actions/checkout@v3.2.0
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
log-lines = 200
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: cargo2nix-gh
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand All @@ -45,7 +44,7 @@ jobs:
nix build
else
nix build \
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-22.05-darwin
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-23.05-darwin
fi
- name: build tests
Expand All @@ -54,7 +53,7 @@ jobs:
nix build .#ci
else
nix build .#ci \
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-22.05-darwin
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-23.05-darwin
fi
- name: build examples
Expand All @@ -71,16 +70,16 @@ jobs:
else
nix build ./examples/1-hello-world# \
--override-input cargo2nix github:cargo2nix/cargo2nix?rev=$GITHUB_SHA \
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-22.05-darwin
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-23.05-darwin
nix build ./examples/2-bigger-project# \
--override-input cargo2nix github:cargo2nix/cargo2nix?rev=$GITHUB_SHA \
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-22.05-darwin
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-23.05-darwin
# nix build ./examples/3-cross-compiling#
# --override-input cargo2nix github:cargo2nix/cargo2nix?rev=$GITHUB_SHA \
# --override-input nixpkgs github:nixos/nixpkgs/nixpkgs-22.05-darwin
# --override-input nixpkgs github:nixos/nixpkgs/nixpkgs-23.05-darwin
nix build ./examples/4-independent-packaging# \
--override-input cargo2nix github:cargo2nix/cargo2nix?rev=$GITHUB_SHA \
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-22.05-darwin
--override-input nixpkgs github:nixos/nixpkgs/nixpkgs-23.05-darwin
fi
- name: use dev shell
Expand Down
Loading

0 comments on commit c720c96

Please sign in to comment.