Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

try using unfree on all #47

try using unfree on all

try using unfree on all #47

Workflow file for this run

VERSION: 5

Check failure on line 1 in .github/workflows/charmander.yaml

View workflow run for this annotation

GitHub Actions / charmander

Invalid workflow file

The workflow is not valid. .github/workflows/charmander.yaml (Line: 1, Col: 1): Unexpected value 'VERSION'
env: {}
jobs:
charmander:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build .#nixosConfigurations.charmander.config.system.build.toplevel
--dry-run
name: charmander
on:
pull_request:
branches:
- master
push:
branches:
- master