Makefile: Remove old fixes.
This commit is contained in:
parent
862cdb56f6
commit
b863b93e66
9
Makefile
9
Makefile
|
@ -19,15 +19,6 @@ cached:
|
||||||
check: format
|
check: format
|
||||||
nix flake check --show-trace
|
nix flake check --show-trace
|
||||||
|
|
||||||
# HACK: Fix ulimit switch issue. Test sometime in the future again.
|
|
||||||
# fix-ulimit:
|
|
||||||
# ulimit -n 999999999
|
|
||||||
|
|
||||||
# HACK: They broke switching in systemd service ffs.
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/347315
|
|
||||||
# fix-unlock:
|
|
||||||
# pkill nixos-rebuild || true
|
|
||||||
|
|
||||||
format:
|
format:
|
||||||
treefmt --no-cache --clear-cache
|
treefmt --no-cache --clear-cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue