1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

act: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-09-01 18:06:56 +04:00
parent 49f79e2a9f
commit 1cd96300d5
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5
2 changed files with 0 additions and 2 deletions

View file

@ -1488,8 +1488,6 @@ with pkgs;
acquire = with python3Packages; toPythonApplication acquire;
act = callPackage ../development/tools/misc/act { };
actdiag = with python3.pkgs; toPythonApplication actdiag;
actkbd = callPackage ../tools/system/actkbd { };