7 lines
103 B
Makefile
7 lines
103 B
Makefile
# Check the nix flake
|
|
check:
|
|
nix flake check
|
|
|
|
# Upgrade the nix flake
|
|
upgrade:
|
|
nix flake update
|