denisidoro/navi

Escape <variable> in cheat files

开放

#250 创建于 2020年3月13日

 (7 条评论) (2 个反应) (0 位负责人)Rust (559 个派生)batch import
help wantednew feature

仓库指标

星标
 (17,474 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南