Skip to content

fix: add nix_path to action #5

fix: add nix_path to action

fix: add nix_path to action #5

Workflow file for this run

name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-23.11
- name: Nix Develop Action
uses: nicknovitski/[email protected]
with:
arguments: "--impure --accept-flake-config"
- run: flutter build apk --release
- run: echo "Done"