overlays: use nixpkgs-unstable for few overlays I had
This commit is contained in:
parent
ed47a52d14
commit
df761d0085
6 changed files with 14 additions and 77 deletions
21
.github/workflows/cachix.yml
vendored
21
.github/workflows/cachix.yml
vendored
|
|
@ -1,21 +0,0 @@
|
|||
name: "Build everything and push to cachix"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 */4 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v12
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-20.09-small
|
||||
- uses: cachix/cachix-action@v8
|
||||
with:
|
||||
name: alarsyo
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix-build ./overlays/build-me.nix
|
||||
Loading…
Add table
Add a link
Reference in a new issue