denisidoro/navi

Escape <variable> in cheat files

Open

#250 建立於 2020年3月13日

在 GitHub 查看
 (7 留言) (2 反應) (0 負責人)Rust (15,874 star) (530 fork)batch import
help wantednew feature

描述

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>"

貢獻者指南