This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
932c3b31bb
tvl-depot
/
users
/
wpcarro
/
scratch
/
rust
/
shell.nix
8 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(wpcarro/rust): Define Rc<T> example My foray into "smart pointer" land. Change-Id: I4ca775c72168dd34d90bf88fa41149867cd7fdae Reviewed-on: https://cl.tvl.fyi/c/depot/+/6244 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
2022-09-01 18:53:00 +02:00
{
pkgs
?
import
<nixpkgs>
{
}
,
.
.
.
}:
feat(wpcarro/rust): Create a sandbox for learning Rust See README Change-Id: I007a4d5c3b840986f6d3bc93aaa72d26daaa9b12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5895 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
2022-06-27 02:55:07 +02:00
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
cargo
]
;
}
Reference in a new issue
Copy permalink