My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[flake] add more commands to justfile

dish ff7c869e b089e33f

+7
+7
Justfile
··· 1 1 alias b := build 2 2 alias s := switch 3 + alias u := update 3 4 4 5 build: 5 6 nixos-rebuild build --flake . --accept-flake-config --verbose --show-trace \ ··· 8 9 9 10 switch: 10 11 nixos-rebuild switch --flake . --accept-flake-config --verbose --show-trace --sudo 12 + 13 + boot: 14 + nixos-rebuild switch --flake . --accept-flake-config --verbose --show-trace --sudo 15 + 16 + update: 17 + nix flake update