denisidoro/navi

Escape <variable> in cheat files

Aberta

#250 aberto em 13 de mar. de 2020

 (7 comentários) (2 reações) (0 responsável)Rust (559 forks)batch import
help wantednew feature

Métricas do repositório

Stars
 (17.474 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador