new: ci workflow, nix-latest
Some checks failed
nix-build-publish / build (push) Failing after 31s

This commit is contained in:
L-Nafaryus 2024-05-02 19:03:11 +05:00
parent a5fbd0bf20
commit 1f9c1914e9
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -1,4 +1,4 @@
name: "Test, build and push caches"
name: nix-build-publish
on:
push:
@ -7,14 +7,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: nix-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake check --accept-flake-config
- uses: cachix/cachix-action@v14
with: