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
, fetchFromGitHub
5
, ruby
6
, which
0
7
}:
8
9
rustPlatform.buildRustPackage rec {
···
45
46
nativeBuildInputs = [ ruby which ]
47
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
0
0
48
49
meta = with lib; {
50
homepage = "https://rbspy.github.io/";
···
4
, fetchFromGitHub
5
, ruby
6
, which
7
+
, nix-update-script
8
}:
9
10
rustPlatform.buildRustPackage rec {
···
46
47
nativeBuildInputs = [ ruby which ]
48
++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
49
+
50
+
passthru.updateScript = nix-update-script { };
51
52
meta = with lib; {
53
homepage = "https://rbspy.github.io/";