10 lines
123 B
Makefile
10 lines
123 B
Makefile
set shell := ["bash", "-c"]
|
|
|
|
[group('nix')]
|
|
up:
|
|
nix flake update
|
|
|
|
[group('nix')]
|
|
upp input:
|
|
nix flake update {{input}}
|