Skip to content

Releases: NixOS/nixpkgs-vet

0.3.4 (2026-07-01)

Choose a tag to compare

@nixpkgs-vet-ci nixpkgs-vet-ci released this 02 Jul 00:06
efe327c

Features

Remove support for by-name overrides (#189)

A substantial portion of the codebase was dedicated to handling overrides in
all-packages.nix of packages defined in pkgs/by-name.

These are now disallowed by NixOS/nixpkgs#483820, so this functionality is no
longer needed.

By @mdaniels5757

0.3.3 (2026-06-19)

Choose a tag to compare

@nixpkgs-vet-ci nixpkgs-vet-ci released this 21 Jun 02:14
cd95a45

Features

Ignore ineffective package attrs in strictDeps & __structuredAttrs checks (#265)

Previously, setting e.g. passthru.__structuredAttrs would satisfy our checks, even though this is not effective to actually enable __structuredAttrs in the derivation.

Detection of these features now more closely aligns with the actual derivation's use of them.

By @RossSmyth

0.3.2 (2026-06-05)

Choose a tag to compare

@nixpkgs-vet-ci nixpkgs-vet-ci released this 05 Jun 21:05
dfe8a29

Re-release of v0.3.1, whose changelog is below.

Features

  • nixpkgs-vet --version by Tom van Dijk (e20b465)

Fixes

  • remove OSC 8 hyperlinks (#241) by Michael Daniels (d846031)

Version 0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 01:16
1da3cd8

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1

Version 0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 05:40
3d42a59

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1

Version 0.1.4

Choose a tag to compare

@github-actions github-actions released this 29 Aug 22:48
52fdd22

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1

Version 0.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:42
480c5a7

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1

Version 0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jul 23:27
838f246

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1

Version 0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 16:30
2d9b9d2

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1

Version 0.1.0

Choose a tag to compare

@infinisil infinisil released this 21 Mar 03:24
595ab40

Automated release.

The artifact is a gzip-compressed Nix Archive of the build closure.

To import it:

gzip -cd x86_64-linux.nar.gz | nix-store --import | tail -1