This repository has been archived on 2025-01-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
opdavies.nvim/justfile

8 lines
155 B
Makefile

_default:
just --list
build profile *args:
nix build --json --no-link --print-build-logs ".#{{ profile }}" {{ args }}
check:
nix flake check