1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Misty De Méo 560d0beac7
Pill 20: allow wrapped hello to be executed
As written, this produces a script without the execute bit
set, which may confuse users who want to try actually running
it after building.
2023-03-31 14:32:39 -07:00
Markus Wamser b3454597da change ensureDir to mkdir -p in example
ensureDir was dropped with the merge of https://github.com/NixOS/nixpkgs/pull/33637
2020-05-01 18:03:35 -07:00
Nicolas Dudebout b706fc958b pill 20: make it buildable
+ refer to the old nixpkgs commit in a note but use the current nixpkgs for the
  actual examples
+ add which to the PATH
+ add `unpackPhase = "true";` to satisfy stdenv requirements
+ explain how _PATH and PATH are related
2018-04-12 07:38:14 -04:00
Nicolas Dudebout 4bdce7aa10 fix import issues in pill 20 2018-04-08 23:02:55 -04:00
John Ericson 4c513daccd Pill 20: Init according 19's teaser 2018-02-23 19:04:13 -05:00