diff options
author | notgne2 | 2020-11-07 13:02:05 -0700 |
---|---|---|
committer | notgne2 | 2020-11-07 13:02:05 -0700 |
commit | d9d6310435ea3bdf7eee5931b6e57f9f570de656 (patch) | |
tree | 0a9bd299644519cb1a6eabc978395ab63d3fbaa5 /README.md | |
parent | faa02fe6b526f6dedaa3fb36ab36ea8500825c20 (diff) |
Remove bootstrap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -33,9 +33,6 @@ This is the core of how `deploy-rs` was designed, any number of these can run on ```nix { - # The command to bootstrap your profile, this is optional - bootstrap = "mkdir xyz"; - # A derivation containing your required software, and a script to activate it in `${path}/activate` # For ease of use, `deploy-rs` provides a function to easy all this required activation script to any derivation # Both the working directory and `$PROFILE` will point to `profilePath` |