nix-exprs/justfile

10 lines
136 B
Makefile
Raw Normal View History

2024-11-18 17:24:33 +08:00
set shell := ["bash", "-c"]
[group('nix')]
up:
nix flake update
[group('nix')]
upp input:
nix flake lock --update-input {{input}}