repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
k3s: format with nixfmt-rfc-style
[NixPkgs.git]
/
maintainers
/
scripts
/
convert-to-import-cargo-lock
/
shell.nix
blob
8e913fdcd8be5ef66a58e4d7201d803098db7466
1
with import ../../../. { };
2
3
mkShell {
4
packages = [ rustc cargo clippy rustfmt ] ++ lib.optional stdenv.isDarwin libiconv;
5
}