Skip to content

add brew apps

add brew apps #5

Workflow file for this run

on: # yamllint disable-line rule:truthy
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: devenv
- run: nix profile install nixpkgs#devenv
- run: devenv test