Fix lock file + documentation tweaks

This commit is contained in:
Sander van der Burg 2017-09-19 23:50:21 +02:00
parent 930f8062c8
commit 914f54f33d
3 changed files with 11 additions and 12 deletions

View file

@ -17,9 +17,11 @@ This package requires the following packages to be installed:
* [Nix package manager](http://nixos.org/nix) * [Nix package manager](http://nixos.org/nix)
* The Nix prefetch scripts. They can be installed from Nix packages by running: * The Nix prefetch scripts. They can be installed from Nix packages by running:
```bash
$ nix-env -f '<nixpkgs>' -iA nix-prefetch-scripts $ nix-env -f '<nixpkgs>' -iA nix-prefetch-scripts
```
Consult the Nix documentation for the installation instructions. Consult the Nix documentation for detailed installation instructions.
Usage Usage
===== =====

15
composer.lock generated
View file

@ -8,17 +8,17 @@
"packages": [ "packages": [
{ {
"name": "svanderburg/pndp", "name": "svanderburg/pndp",
"version": "0.0.1", "version": "v0.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/svanderburg/pndp.git", "url": "https://github.com/svanderburg/pndp.git",
"reference": "99b0904e0f2efb35b8f012892912e0d171e9c2da" "reference": "99b0904e0f2efb35b8f012892912e0d171e9c2da"
}, },
"dist": { "dist": {
"type": "path", "type": "zip",
"url": "https://api.github.com/repos/svanderburg/pndp/zipball/99b0904e0f2efb35b8f012892912e0d171e9c2da", "url": "https://api.github.com/repos/svanderburg/pndp/zipball/99b0904e0f2efb35b8f012892912e0d171e9c2da",
"reference": "99b0904e0f2efb35b8f012892912e0d171e9c2da", "reference": "99b0904e0f2efb35b8f012892912e0d171e9c2da",
"shasum": null "shasum": ""
}, },
"bin": [ "bin": [
"bin/pndp-build" "bin/pndp-build"
@ -29,11 +29,7 @@
"PNDP\\": "src/PNDP" "PNDP\\": "src/PNDP"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"Pkgs\\": "tests/Pkgs"
}
},
"license": [ "license": [
"MIT" "MIT"
], ],
@ -44,7 +40,8 @@
"homepage": "http://sandervanderburg.nl" "homepage": "http://sandervanderburg.nl"
} }
], ],
"description": "PNDP: An internal DSL for Nix in PHP" "description": "PNDP: An internal DSL for Nix in PHP",
"time": "2017-09-11T21:11:09+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],