mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Move channel updates to new recipe
This commit is contained in:
4
justfile
4
justfile
@@ -12,9 +12,11 @@ rebuild:
|
|||||||
rollback:
|
rollback:
|
||||||
$cmd switch --rollback --flake .
|
$cmd switch --rollback --flake .
|
||||||
|
|
||||||
update:
|
channel-update:
|
||||||
nix-channel --update
|
nix-channel --update
|
||||||
sudo nix-channel --update
|
sudo nix-channel --update
|
||||||
|
|
||||||
|
update:
|
||||||
@./nix-flake-update.sh
|
@./nix-flake-update.sh
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
|
Reference in New Issue
Block a user