mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
make example a simple list
using JSON notation is unwarranted and not explained.
This commit is contained in:
parent
9c544813d7
commit
c10dcccccd
1 changed files with 2 additions and 4 deletions
|
@ -9,10 +9,8 @@ Store paths are pairs of
|
|||
|
||||
Example:
|
||||
|
||||
{
|
||||
digest: "b6gvzjyb2pg0kjfwrjmg1vfhh54ad73z",
|
||||
name: "firefox-33.1",
|
||||
}
|
||||
- digest: `b6gvzjyb2pg0kjfwrjmg1vfhh54ad73z`
|
||||
- name: `firefox-33.1`
|
||||
|
||||
It is rendered to a file system path as the concatenation of
|
||||
|
||||
|
|
Loading…
Reference in a new issue