Makefile: Remove old fixes.

This commit is contained in:
Dmitry Voronin 2024-12-29 05:33:40 +03:00
parent 862cdb56f6
commit b863b93e66
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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