tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
umr: use nix-update-script
Atemu
2 years ago
f5d30774
500cd68b
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
misc
umr
default.nix
+4
pkgs/development/misc/umr/default.nix
···
14
14
, ncurses
15
15
, SDL2
16
16
, bash-completion
17
17
+
18
18
+
, nix-update-script
17
19
}:
18
20
19
21
stdenv.mkDerivation rec {
···
49
51
postInstall = ''
50
52
rm -r $out/lib
51
53
'';
54
54
+
55
55
+
passthru.updateScript = nix-update-script { };
52
56
53
57
meta = with lib; {
54
58
description = "A userspace debugging and diagnostic tool for AMD GPUs";