nix-exprs/justfile
2024-11-25 18:34:12 +08:00

10 lines
136 B
Makefile

set shell := ["bash", "-c"]
[group('nix')]
up:
nix flake update
[group('nix')]
upp input:
nix flake lock --update-input {{input}}