this repo has no description
0
fork

Configure Feed

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

build: add format target

+4 -1
+4 -1
Makefile
··· 1 1 .POSIX: 2 - .PHONY: default build switch diff update install clean 2 + .PHONY: default build switch diff update fmt install clean 3 3 4 4 default: diff switch 5 5 ··· 16 16 17 17 update: 18 18 nix flake update 19 + 20 + fmt: 21 + nix run nixpkgs#nixfmt-tree 19 22 20 23 install: 21 24 # This consumes significant memory on the live USB because dependencies are