Skip to content

feat: add direnv and dotnet vscode extensions #23

feat: add direnv and dotnet vscode extensions

feat: add direnv and dotnet vscode extensions #23

Workflow file for this run

name: "CI"
on:
push:
branches:
- '*'
jobs:
tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build the flake
run: |
# Github Action runners do not support M1 yet.
nix run nixpkgs#sd 'nixpkgs.hostPlatform = "aarch64-darwin"' 'nixpkgs.hostPlatform = "x86_64-darwin"' flake.nix
nix run nixpkgs#nixci