tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
rbspy: add an update script
Stanisław Pitucha
2 years ago
22781dbf
91b4efa4
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rbspy
default.nix
+3
pkgs/development/tools/rbspy/default.nix
···
4
4
, fetchFromGitHub
5
5
, ruby
6
6
, which
7
7
+
, nix-update-script
7
8
}:
8
9
9
10
rustPlatform.buildRustPackage rec {
···
45
46
46
47
nativeBuildInputs = [ ruby which ]
47
48
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
49
49
+
50
50
+
passthru.updateScript = nix-update-script { };
48
51
49
52
meta = with lib; {
50
53
homepage = "https://rbspy.github.io/";