From b863b93e664cecae5c1d67322e696f84aa99ae49 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 29 Dec 2024 05:33:40 +0300 Subject: [PATCH] Makefile: Remove old fixes. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 1988044..4301538 100644 --- a/Makefile +++ b/Makefile @@ -19,15 +19,6 @@ cached: check: format 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: treefmt --no-cache --clear-cache