Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. nix-repl> foo = "qwe"
  2.  
  3. nix-repl> pkgs.substituteAll { src = ''asd @foo@ asd''; }
  4. error: The path name 'asd @foo@ asd' is invalid: the ' ' character is invalid. Path names are alphanumeric and can include the symbols +-._?= and must not begin with a period. Note: If 'asd @foo@ asd' is a source file and you cannot rename it on disk, builtins.path { name = ... } can be used to give it an alternative name.
  5. «derivation
  6. nix-repl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement