Add nix flake check and upgrade commands to

justfile
This commit is contained in:
panotaka
2023-12-15 12:19:04 -04:00
parent 05bcc28e76
commit c1564a7af3

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
# Check the nix flake
check:
nix flake check
# Upgrade the nix flake
upgrade:
nix flake update