This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
opdavies.nvim/justfile
2024-06-10 10:02:04 +01:00

12 lines
185 B
Makefile

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