tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pyatag: prevent auto updates
Wolfgang Walther
11 months ago
7d675ed1
85f896ec
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyatag
default.nix
+1
pkgs/development/python-modules/pyatag/default.nix
reviewed
···
34
34
];
35
35
36
36
# it would use the erroneous tag 3.5.1
37
37
+
# nixpkgs-update: no auto update
37
38
passthru.skipBulkUpdate = true;
38
39
39
40
meta = with lib; {