Skip to content

Add vscode-extensions to the OS overlays #72

Add vscode-extensions to the OS overlays

Add vscode-extensions to the OS overlays #72

Workflow file for this run

name: "Binary Cache"
on:
push:
paths:
- "config/*"
- "*.nix"
jobs:
binary-cache:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: cachix/cachix-action@v14
with:
name: luke-channings
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build packages
run: |
export NIXPKGS_ALLOW_UNFREE=1
nix run --accept-flake-config --impure .#home-manager -- build --impure --flake .#luke
- name: Build dev shell
run: |
export NIXPKGS_ALLOW_UNFREE=1
nix develop --impure --accept-flake-config --accept-flake-config --build