denisidoro/navi

Escape <variable> in cheat files

Open

#250 opened on Mar 13, 2020

View on GitHub
 (7 comments) (2 reactions) (0 assignees)Rust (530 forks)batch import
help wantednew feature

Repository metrics

Stars
 (15,874 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe.

# build default.nix
nix-build -E 'with import <nixpkgs> {} ; callPackage ./default.nix {}'

this line things of nixpkgs> as a variable, but it actually should stay `.

Describe the solution you'd like

Best we to escapt <nixpkgs> some how.

Describe alternatives you've considered

currently I ship around it, by defining

$ nixpkgs: echo "<nixpkgs>"

Contributor guide