nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.pyatag: prevent auto updates

+1
+1
pkgs/development/python-modules/pyatag/default.nix
··· 34 34 ]; 35 35 36 36 # it would use the erroneous tag 3.5.1 37 + # nixpkgs-update: no auto update 37 38 passthru.skipBulkUpdate = true; 38 39 39 40 meta = with lib; {