nix-exprs/justfile

10 lines
123 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:
2025-01-06 13:50:10 +08:00
nix flake update {{input}}