1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

Merge pull request #9786 from hercules-ci/package

DerivationInfo -> PackageInfo
This commit is contained in:
Robert Hensing 2024-01-16 22:43:14 +01:00 committed by GitHub
commit 01271f2996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 117 additions and 112 deletions

View file

@ -5,6 +5,9 @@
namespace nix {
/**
* Think of this as a "store level package attrset", but stripped down to no more than the needs of buildenv.
*/
struct Package {
Path path;
bool active;