Skip to content
Unverified Commit 83c2fcad authored by aszlig's avatar aszlig
Browse files

my-env: Provide explicit store path for "rm".



If you do not provide any dependencies which don't propagate coreutils,
you'll get "rm: No such file or directory". Like for example by using
this:

nix-build -E '(import <nixpkgs> {}).myEnvFun {
    name = "mybrokentest";
    buildInputs = [];
}'

Thanks to "ewemoa" from the #nixos IRC channel for spotting this.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent ca6d86b7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment