This commit is contained in:
Utku Demir 2022-11-07 20:28:51 +13:00
parent d88bed390f
commit 1b1fb2ed4d
2 changed files with 26 additions and 1 deletions

25
.github/workflows/nixpkgs.yaml vendored Normal file
View File

@ -0,0 +1,25 @@
name: nixpkgs-upstream-tests
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
nixpkgs-upstream-test:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
branches:
- nixpkgs-unstable
- "22.05"
- "21.11"
- "21.05"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix run 'nixpkgs/${{matrix.branch}}#nix-tree' -- --help

View File

@ -4,7 +4,7 @@ on:
schedule:
- cron: '0 0 * * 0'
jobs:
lockfile:
update-lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository