packages feed

nix-lang-0.1.0.0: test/fixtures/nixfmt/correct/paths-with-interpolations.nix

let
  foo = "foo";
  bar = "bar";

in
[
  /${foo}
  ./${foo}
  /foo/${bar}
  /foo${bar}
  /${foo}/bar
  /${foo}bar
  /foo${bar}baz
]