Describe the bug
see: NixOS/nixpkgs#144811
It seems that nix build FOO does different things when FOO is ~/some/path vs path:~/some/path.
This might also explain another issue I found long ago, with nixos-rebuild: NixOS/nixpkgs#101648
This bug strikes me as odd, why is the path parsing code not being handled the same at this point when it's been guessed or specified as a path?
Describe the bug
see: NixOS/nixpkgs#144811
It seems that
nix build FOOdoes different things when FOO is~/some/pathvspath:~/some/path.This might also explain another issue I found long ago, with nixos-rebuild: NixOS/nixpkgs#101648
This bug strikes me as odd, why is the path parsing code not being handled the same at this point when it's been guessed or specified as a path?