Skip to content

Merge pull request #139 from gree/feature/package-with-docker #63

Merge pull request #139 from gree/feature/package-with-docker

Merge pull request #139 from gree/feature/package-with-docker #63

Workflow file for this run

name: nix-linux
on: [push, pull_request]
jobs:
build-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixos-unstable
- run: |
nix build .#test-flare -L