tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
build-support
/
rust
/
hooks
/
test
/
example-rust-project
/
tests
/
my_test.rs
at
python-updates
6 lines
96 B
view raw
wrap content
1
use
hello
::
hello
;
2
3
#[
test
]
4
fn
test_hello
(
)
{
5
assert_eq!
(
hello
::
hello
(
)
,
"
Hello, world!
"
)
;
6
}