Skip to content

Diversion from nix with splices in paths #44

@oppiliappan

Description

@oppiliappan

Describe the bug

Splicing/antiquoting in paths results in a syntax error, whereas Nix permits templated paths.

Code Snippet to reproduce

let
  x = "abc";
in
  ./${x}

Expected behavior

The nix file is valid and should successfully evaluate to something like /home/np/abc.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions