Skip to content

fix: replace pkgs.system with pkgs.stdenv.hostPlaform.system #426

fix: replace pkgs.system with pkgs.stdenv.hostPlaform.system

fix: replace pkgs.system with pkgs.stdenv.hostPlaform.system #426

Workflow file for this run

---
name: "Build the flake"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix fmt -- --ci
- run: nix build
- run: nix build .#plover-full