denisidoro/navi

Escape <variable> in cheat files

Open

#250 aperta il 13 mar 2020

Vedi su GitHub
 (7 commenti) (2 reazioni) (0 assegnatari)Rust (530 fork)batch import
help wantednew feature

Metriche repository

Star
 (15.874 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor