1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 18:31:49 +02:00

Merge pull request #10722 from obsidiansystems/ca-obj-docs

Content addressing store objects
This commit is contained in:
Robert Hensing 2024-05-20 15:58:29 +02:00 committed by GitHub
commit 67db9e0c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 240 additions and 65 deletions

View file

@ -1,5 +1,6 @@
{
"hash": "894517c9163c896ec31a2adbd33c0681fd5f45b2c0ef08a64c92a03fb97f390f",
"hashAlgo": "sha256",
"method": "flat",
"path": "/nix/store/rhcg9h16sqvlbpsa6dqm57sbr2al6nzg-drv-name-output-name"
}

View file

@ -1,5 +1,6 @@
{
"hash": "894517c9163c896ec31a2adbd33c0681fd5f45b2c0ef08a64c92a03fb97f390f",
"hashAlgo": "r:sha256",
"hashAlgo": "sha256",
"method": "nar",
"path": "/nix/store/c015dhfh5l0lp6wxyvdn7bmwhbbr6hr9-drv-name-output-name"
}

View file

@ -1,5 +1,6 @@
{
"hash": "894517c9163c896ec31a2adbd33c0681fd5f45b2c0ef08a64c92a03fb97f390f",
"hashAlgo": "text:sha256",
"hashAlgo": "sha256",
"method": "text",
"path": "/nix/store/6s1zwabh956jvhv4w9xcdb5jiyanyxg1-drv-name-output-name"
}

View file

@ -1,3 +1,4 @@
{
"hashAlgo": "r:sha256"
"hashAlgo": "sha256",
"method": "nar"
}

View file

@ -1,4 +1,5 @@
{
"hashAlgo": "r:sha256",
"impure": true
"hashAlgo": "sha256",
"impure": true,
"method": "nar"
}