core: check suid/sgid dynamically instead of checking file
All checks were successful
Build and test / check (push) Successful in 1m41s
Build and test / test (push) Successful in 3m5s
Build and test / check-license (push) Successful in 5m56s
Build and test / docs (push) Successful in 5m29s
Build and test / build (push) Successful in 3m9s

This commit is contained in:
2025-12-04 20:29:44 +09:00
parent eeef8bd546
commit 222941509d
4 changed files with 17 additions and 25 deletions

View File

@@ -90,7 +90,7 @@ nixpkgs.lib.nixosSystem {
defaultEditor = true;
};
environment.systemPackages = with pkgs; [ jq ];
environment.systemPackages = with pkgs; [ jq pkgs.muscl ];
})
];
}