Skip to content

syntax: correctly highlight paths with interpolation #13

syntax: correctly highlight paths with interpolation

syntax: correctly highlight paths with interpolation #13

Workflow file for this run

name: "build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Add nixpkgs to search path
run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update
- name: nix-build
run: nix-build