Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

umr: use nix-update-script

Atemu f5d30774 500cd68b

+4
+4
pkgs/development/misc/umr/default.nix
··· 14 14 , ncurses 15 15 , SDL2 16 16 , bash-completion 17 + 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 + 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";