Merge pull request #207744 from figsoda/nix-update-script

treewide: remove attrPath from nix-update-script calls

authored by figsoda and committed by GitHub c78ad3c4 4b644610

+195 -567
+1 -3
pkgs/applications/audio/lollypop/default.nix
··· 95 ''; 96 97 passthru = { 98 - updateScript = nix-update-script { 99 - attrPath = pname; 100 - }; 101 }; 102 103
··· 95 ''; 96 97 passthru = { 98 + updateScript = nix-update-script { }; 99 }; 100 101
+1 -3
pkgs/applications/audio/ptcollab/default.nix
··· 38 ''; 39 40 passthru = { 41 - updateScript = nix-update-script { 42 - attrPath = pname; 43 - }; 44 }; 45 46 meta = with lib; {
··· 38 ''; 39 40 passthru = { 41 + updateScript = nix-update-script { }; 42 }; 43 44 meta = with lib; {
+1 -1
pkgs/applications/audio/radioboat/default.nix
··· 42 ''; 43 44 passthru = { 45 - updateScript = nix-update-script { attrPath = pname; }; 46 tests.version = testers.testVersion { 47 package = radioboat; 48 command = "radioboat version";
··· 42 ''; 43 44 passthru = { 45 + updateScript = nix-update-script { }; 46 tests.version = testers.testVersion { 47 package = radioboat; 48 command = "radioboat version";
+1 -3
pkgs/applications/audio/sayonara/default.nix
··· 63 ''; 64 65 passthru = { 66 - updateScript = nix-update-script { 67 - attrPath = pname; 68 - }; 69 }; 70 71 meta = with lib; {
··· 63 ''; 64 65 passthru = { 66 + updateScript = nix-update-script { }; 67 }; 68 69 meta = with lib; {
+1 -3
pkgs/applications/audio/sidplayfp/default.nix
··· 39 enableParallelBuilding = true; 40 41 passthru = { 42 - updateScript = nix-update-script { 43 - attrPath = pname; 44 - }; 45 }; 46 47 meta = with lib; {
··· 39 enableParallelBuilding = true; 40 41 passthru = { 42 + updateScript = nix-update-script { }; 43 }; 44 45 meta = with lib; {
+1 -3
pkgs/applications/audio/spot/default.nix
··· 72 ''; 73 74 passthru = { 75 - updateScript = nix-update-script { 76 - attrPath = pname; 77 - }; 78 }; 79 80 meta = with lib; {
··· 72 ''; 73 74 passthru = { 75 + updateScript = nix-update-script { }; 76 }; 77 78 meta = with lib; {
+1 -1
pkgs/applications/audio/sptlrx/default.nix
··· 16 ldflags = [ "-s" "-w" ]; 17 18 passthru = { 19 - updateScript = nix-update-script { attrPath = pname; }; 20 tests.version = testers.testVersion { 21 package = sptlrx; 22 version = "v${version}"; # needed because testVersion uses grep -Fw
··· 16 ldflags = [ "-s" "-w" ]; 17 18 passthru = { 19 + updateScript = nix-update-script { }; 20 tests.version = testers.testVersion { 21 package = sptlrx; 22 version = "v${version}"; # needed because testVersion uses grep -Fw
+1 -3
pkgs/applications/audio/vocal/default.nix
··· 80 ''; 81 82 passthru = { 83 - updateScript = nix-update-script { 84 - attrPath = pname; 85 - }; 86 }; 87 88 meta = with lib; {
··· 80 ''; 81 82 passthru = { 83 + updateScript = nix-update-script { }; 84 }; 85 86 meta = with lib; {
+1 -3
pkgs/applications/display-managers/lightdm/default.nix
··· 116 ''; 117 118 passthru = { 119 - updateScript = nix-update-script { 120 - attrPath = pname; 121 - }; 122 }; 123 124
··· 116 ''; 117 118 passthru = { 119 + updateScript = nix-update-script { }; 120 }; 121 122
+1 -3
pkgs/applications/editors/lapce/default.nix
··· 76 categories = [ "Development" "Utility" "TextEditor" ]; 77 }) ]; 78 79 - passthru.updateScript = nix-update-script { 80 - attrPath = pname; 81 - }; 82 83 meta = with lib; { 84 description = "Lightning-fast and Powerful Code Editor written in Rust";
··· 76 categories = [ "Development" "Utility" "TextEditor" ]; 77 }) ]; 78 79 + passthru.updateScript = nix-update-script { }; 80 81 meta = with lib; { 82 description = "Lightning-fast and Powerful Code Editor written in Rust";
+1 -3
pkgs/applications/emulators/cemu/default.nix
··· 115 ) 116 ''; 117 118 - passthru.updateScript = nix-update-script { 119 - attrPath = pname; 120 - }; 121 122 meta = with lib; { 123 description = "Cemu is a Wii U emulator";
··· 115 ) 116 ''; 117 118 + passthru.updateScript = nix-update-script { }; 119 120 meta = with lib; { 121 description = "Cemu is a Wii U emulator";
+1 -3
pkgs/applications/emulators/punes/default.nix
··· 50 "--with-ffmpeg" 51 ]; 52 53 - passthru.updateScript = nix-update-script { 54 - attrPath = pname; 55 - }; 56 57 meta = with lib; { 58 description = "Qt-based Nintendo Entertainment System emulator and NSF/NSFe Music Player";
··· 50 "--with-ffmpeg" 51 ]; 52 53 + passthru.updateScript = nix-update-script { }; 54 55 meta = with lib; { 56 description = "Qt-based Nintendo Entertainment System emulator and NSF/NSFe Music Player";
+1 -3
pkgs/applications/graphics/cyan/default.nix
··· 27 28 buildInputs = [ imagemagick ]; 29 30 - passthru.updateScript = nix-update-script { 31 - attrPath = pname; 32 - }; 33 34 meta = with lib; { 35 description = "Image viewer and converter, designed for prepress (print) work";
··· 27 28 buildInputs = [ imagemagick ]; 29 30 + passthru.updateScript = nix-update-script { }; 31 32 meta = with lib; { 33 description = "Image viewer and converter, designed for prepress (print) work";
+1 -3
pkgs/applications/graphics/fondo/default.nix
··· 58 patchShebangs meson/post_install.py 59 ''; 60 61 - passthru.updateScript = nix-update-script { 62 - attrPath = pname; 63 - }; 64 65 meta = with lib; { 66 homepage = "https://github.com/calo001/fondo";
··· 58 patchShebangs meson/post_install.py 59 ''; 60 61 + passthru.updateScript = nix-update-script { }; 62 63 meta = with lib; { 64 homepage = "https://github.com/calo001/fondo";
+1 -3
pkgs/applications/graphics/foxotron/default.nix
··· 60 ''; 61 62 passthru = { 63 - updateScript = nix-update-script { 64 - attrPath = pname; 65 - }; 66 }; 67 68 meta = with lib; {
··· 60 ''; 61 62 passthru = { 63 + updateScript = nix-update-script { }; 64 }; 65 66 meta = with lib; {
+1 -3
pkgs/applications/graphics/geeqie/default.nix
··· 49 enableParallelBuilding = true; 50 51 passthru = { 52 - updateScript = nix-update-script { 53 - attrPath = pname; 54 - }; 55 }; 56 57 meta = with lib; {
··· 49 enableParallelBuilding = true; 50 51 passthru = { 52 + updateScript = nix-update-script { }; 53 }; 54 55 meta = with lib; {
+1 -3
pkgs/applications/graphics/ideogram/default.nix
··· 51 ''; 52 53 passthru = { 54 - updateScript = nix-update-script { 55 - attrPath = pname; 56 - }; 57 }; 58 59 meta = with lib; {
··· 51 ''; 52 53 passthru = { 54 + updateScript = nix-update-script { }; 55 }; 56 57 meta = with lib; {
+1 -3
pkgs/applications/graphics/mangareader/default.nix
··· 41 kconfigwidgets 42 ]; 43 44 - passthru.updateScript = nix-update-script { 45 - attrPath = pname; 46 - }; 47 48 meta = with lib; { 49 description = "Qt manga reader for local files";
··· 41 kconfigwidgets 42 ]; 43 44 + passthru.updateScript = nix-update-script { }; 45 46 meta = with lib; { 47 description = "Qt manga reader for local files";
+1 -3
pkgs/applications/misc/albert/default.nix
··· 55 done 56 ''; 57 58 - passthru.updateScript = nix-update-script { 59 - attrPath = pname; 60 - }; 61 62 meta = with lib; { 63 description = "A fast and flexible keyboard launcher";
··· 55 done 56 ''; 57 58 + passthru.updateScript = nix-update-script { }; 59 60 meta = with lib; { 61 description = "A fast and flexible keyboard launcher";
+1 -3
pkgs/applications/misc/appeditor/default.nix
··· 53 ''; 54 55 passthru = { 56 - updateScript = nix-update-script { 57 - attrPath = pname; 58 - }; 59 }; 60 61 meta = with lib; {
··· 53 ''; 54 55 passthru = { 56 + updateScript = nix-update-script { }; 57 }; 58 59 meta = with lib; {
+1 -3
pkgs/applications/misc/cipher/default.nix
··· 49 ''; 50 51 passthru = { 52 - updateScript = nix-update-script { 53 - attrPath = pname; 54 - }; 55 }; 56 57 meta = with lib; {
··· 49 ''; 50 51 passthru = { 52 + updateScript = nix-update-script { }; 53 }; 54 55 meta = with lib; {
+1 -3
pkgs/applications/misc/darkman/default.nix
··· 36 runHook postInstall 37 ''; 38 39 - passthru.updateScript = nix-update-script { 40 - attrPath = pname; 41 - }; 42 43 meta = with lib; { 44 description = "Framework for dark-mode and light-mode transitions on Linux desktop";
··· 36 runHook postInstall 37 ''; 38 39 + passthru.updateScript = nix-update-script { }; 40 41 meta = with lib; { 42 description = "Framework for dark-mode and light-mode transitions on Linux desktop";
+1 -3
pkgs/applications/misc/formatter/default.nix
··· 63 ''; 64 65 passthru = { 66 - updateScript = nix-update-script { 67 - attrPath = pname; 68 - }; 69 }; 70 71 meta = with lib; {
··· 63 ''; 64 65 passthru = { 66 + updateScript = nix-update-script { }; 67 }; 68 69 meta = with lib; {
+1 -3
pkgs/applications/misc/gnome-recipes/default.nix
··· 64 ''; 65 66 passthru = { 67 - updateScript = nix-update-script { 68 - attrPath = pname; 69 - }; 70 }; 71 72 meta = with lib; {
··· 64 ''; 65 66 passthru = { 67 + updateScript = nix-update-script { }; 68 }; 69 70 meta = with lib; {
+1 -3
pkgs/applications/misc/gpxsee/default.nix
··· 58 ''; 59 60 passthru = { 61 - updateScript = nix-update-script { 62 - attrPath = pname; 63 - }; 64 }; 65 66 meta = with lib; {
··· 58 ''; 59 60 passthru = { 61 + updateScript = nix-update-script { }; 62 }; 63 64 meta = with lib; {
+1 -3
pkgs/applications/misc/notejot/default.nix
··· 41 libgee 42 ]; 43 44 - passthru.updateScript = nix-update-script { 45 - attrPath = pname; 46 - }; 47 48 meta = with lib; { 49 homepage = "https://github.com/lainsce/notejot";
··· 41 libgee 42 ]; 43 44 + passthru.updateScript = nix-update-script { }; 45 46 meta = with lib; { 47 homepage = "https://github.com/lainsce/notejot";
+1 -1
pkgs/applications/misc/octoprint/default.nix
··· 200 201 passthru = { 202 python = self.python; 203 - updateScript = nix-update-script { attrPath = "octoprint"; }; 204 }; 205 206 meta = with lib; {
··· 200 201 passthru = { 202 python = self.python; 203 + updateScript = nix-update-script { }; 204 }; 205 206 meta = with lib; {
+1 -3
pkgs/applications/misc/p2pool/default.nix
··· 37 ''; 38 39 passthru = { 40 - updateScript = nix-update-script { 41 - attrPath = pname; 42 - }; 43 }; 44 45 meta = with lib; {
··· 37 ''; 38 39 passthru = { 40 + updateScript = nix-update-script { }; 41 }; 42 43 meta = with lib; {
+1 -3
pkgs/applications/misc/sequeler/default.nix
··· 30 ''; 31 32 passthru = { 33 - updateScript = nix-update-script { 34 - attrPath = pname; 35 - }; 36 }; 37 38 meta = with lib; {
··· 30 ''; 31 32 passthru = { 33 + updateScript = nix-update-script { }; 34 }; 35 36 meta = with lib; {
+1 -3
pkgs/applications/misc/tootle/default.nix
··· 84 ''; 85 86 passthru = { 87 - updateScript = nix-update-script { 88 - attrPath = pname; 89 - }; 90 }; 91 92 meta = with lib; {
··· 84 ''; 85 86 passthru = { 87 + updateScript = nix-update-script { }; 88 }; 89 90 meta = with lib; {
+1 -3
pkgs/applications/misc/ulauncher/default.nix
··· 113 ''; 114 115 passthru = { 116 - updateScript = nix-update-script { 117 - attrPath = pname; 118 - }; 119 }; 120 121
··· 113 ''; 114 115 passthru = { 116 + updateScript = nix-update-script { }; 117 }; 118 119
+1 -3
pkgs/applications/misc/usql/default.nix
··· 60 doCheck = false; 61 62 passthru = { 63 - updateScript = nix-update-script { 64 - attrPath = pname; 65 - }; 66 tests.version = testers.testVersion { 67 inherit version; 68 package = usql;
··· 60 doCheck = false; 61 62 passthru = { 63 + updateScript = nix-update-script { }; 64 tests.version = testers.testVersion { 65 inherit version; 66 package = usql;
+1 -3
pkgs/applications/networking/browsers/eolie/default.nix
··· 65 ''; 66 67 passthru = { 68 - updateScript = nix-update-script { 69 - attrPath = pname; 70 - }; 71 }; 72 73 strictDeps = false;
··· 65 ''; 66 67 passthru = { 68 + updateScript = nix-update-script { }; 69 }; 70 71 strictDeps = false;
+1 -3
pkgs/applications/networking/browsers/ephemeral/default.nix
··· 56 ''; 57 58 passthru = { 59 - updateScript = nix-update-script { 60 - attrPath = pname; 61 - }; 62 }; 63 64 meta = with lib; {
··· 56 ''; 57 58 passthru = { 59 + updateScript = nix-update-script { }; 60 }; 61 62 meta = with lib; {
+1 -3
pkgs/applications/networking/browsers/lagrange/default.nix
··· 50 ''; 51 52 passthru = { 53 - updateScript = nix-update-script { 54 - attrPath = finalAttrs.pname; 55 - }; 56 }; 57 58 meta = with lib; {
··· 50 ''; 51 52 passthru = { 53 + updateScript = nix-update-script { }; 54 }; 55 56 meta = with lib; {
+1 -3
pkgs/applications/networking/ftp/taxi/default.nix
··· 52 patchShebangs meson/post_install.py 53 ''; 54 55 - passthru.updateScript = nix-update-script { 56 - attrPath = pname; 57 - }; 58 59 meta = with lib; { 60 homepage = "https://github.com/Alecaddd/taxi";
··· 52 patchShebangs meson/post_install.py 53 ''; 54 55 + passthru.updateScript = nix-update-script { }; 56 57 meta = with lib; { 58 homepage = "https://github.com/Alecaddd/taxi";
+1 -3
pkgs/applications/networking/instant-messengers/fractal/default.nix
··· 97 ''; 98 99 passthru = { 100 - updateScript = nix-update-script { 101 - attrPath = pname; 102 - }; 103 }; 104 105 meta = with lib; {
··· 97 ''; 98 99 passthru = { 100 + updateScript = nix-update-script { }; 101 }; 102 103 meta = with lib; {
+1 -3
pkgs/applications/networking/p2p/torrential/default.nix
··· 66 ''; 67 68 passthru = { 69 - updateScript = nix-update-script { 70 - attrPath = pname; 71 - }; 72 }; 73 74 meta = with lib; {
··· 66 ''; 67 68 passthru = { 69 + updateScript = nix-update-script { }; 70 }; 71 72 meta = with lib; {
+1 -3
pkgs/applications/networking/weather/meteo/default.nix
··· 55 ''; 56 57 passthru = { 58 - updateScript = nix-update-script { 59 - attrPath = pname; 60 - }; 61 }; 62 63 meta = with lib; {
··· 55 ''; 56 57 passthru = { 58 + updateScript = nix-update-script { }; 59 }; 60 61 meta = with lib; {
+1 -3
pkgs/applications/office/agenda/default.nix
··· 51 doCheck = true; 52 53 passthru = { 54 - updateScript = nix-update-script { 55 - attrPath = pname; 56 - }; 57 }; 58 59 meta = with lib; {
··· 51 doCheck = true; 52 53 passthru = { 54 + updateScript = nix-update-script { }; 55 }; 56 57 meta = with lib; {
+1 -3
pkgs/applications/office/khronos/default.nix
··· 44 ]; 45 46 passthru = { 47 - updateScript = nix-update-script { 48 - attrPath = pname; 49 - }; 50 }; 51 52 meta = with lib; {
··· 44 ]; 45 46 passthru = { 47 + updateScript = nix-update-script { }; 48 }; 49 50 meta = with lib; {
+1 -3
pkgs/applications/office/notes-up/default.nix
··· 59 ''; 60 61 passthru = { 62 - updateScript = nix-update-script { 63 - attrPath = pname; 64 - }; 65 }; 66 67 meta = with lib; {
··· 59 ''; 60 61 passthru = { 62 + updateScript = nix-update-script { }; 63 }; 64 65 meta = with lib; {
+1 -3
pkgs/applications/office/spice-up/default.nix
··· 55 ''; 56 57 passthru = { 58 - updateScript = nix-update-script { 59 - attrPath = pname; 60 - }; 61 }; 62 63 meta = with lib; {
··· 55 ''; 56 57 passthru = { 58 + updateScript = nix-update-script { }; 59 }; 60 61 meta = with lib; {
+1 -3
pkgs/applications/science/math/nasc/default.nix
··· 63 ''; 64 65 passthru = { 66 - updateScript = nix-update-script { 67 - attrPath = pname; 68 - }; 69 }; 70 71 meta = with lib; {
··· 63 ''; 64 65 passthru = { 66 + updateScript = nix-update-script { }; 67 }; 68 69 meta = with lib; {
+1 -3
pkgs/applications/version-management/commitizen/default.nix
··· 81 "test_get_commits_with_signature" 82 ]; 83 84 - passthru.updateScript = nix-update-script { 85 - attrPath = pname; 86 - }; 87 88 meta = with lib; { 89 description = "Tool to create committing rules for projects, auto bump versions, and generate changelogs";
··· 81 "test_get_commits_with_signature" 82 ]; 83 84 + passthru.updateScript = nix-update-script { }; 85 86 meta = with lib; { 87 description = "Tool to create committing rules for projects, auto bump versions, and generate changelogs";
+1 -3
pkgs/applications/version-management/git-machete/default.nix
··· 36 ''; 37 38 passthru = { 39 - updateScript = nix-update-script { 40 - attrPath = pname; 41 - }; 42 }; 43 44 meta = with lib; {
··· 36 ''; 37 38 passthru = { 39 + updateScript = nix-update-script { }; 40 }; 41 42 meta = with lib; {
+1 -3
pkgs/applications/version-management/git-repo/default.nix
··· 41 ''; 42 43 passthru = { 44 - updateScript = nix-update-script { 45 - attrPath = "gitRepo"; 46 - }; 47 }; 48 49 meta = with lib; {
··· 41 ''; 42 43 passthru = { 44 + updateScript = nix-update-script { }; 45 }; 46 47 meta = with lib; {
+1 -3
pkgs/applications/video/celluloid/default.nix
··· 51 52 doCheck = true; 53 54 - passthru.updateScript = nix-update-script { 55 - attrPath = pname; 56 - }; 57 58 meta = with lib; { 59 homepage = "https://github.com/celluloid-player/celluloid";
··· 51 52 doCheck = true; 53 54 + passthru.updateScript = nix-update-script { }; 55 56 meta = with lib; { 57 homepage = "https://github.com/celluloid-player/celluloid";
-1
pkgs/applications/video/mpv/scripts/sponsorblock.nix
··· 42 passthru = { 43 scriptName = "sponsorblock.lua"; 44 updateScript = nix-update-script { 45 - attrPath = "mpvScripts.sponsorblock"; 46 extraArgs = [ "--version=branch" ]; 47 }; 48 };
··· 42 passthru = { 43 scriptName = "sponsorblock.lua"; 44 updateScript = nix-update-script { 45 extraArgs = [ "--version=branch" ]; 46 }; 47 };
+1 -3
pkgs/applications/video/peek/default.nix
··· 79 ''; 80 81 passthru = { 82 - updateScript = nix-update-script { 83 - attrPath = pname; 84 - }; 85 }; 86 87
··· 79 ''; 80 81 passthru = { 82 + updateScript = nix-update-script { }; 83 }; 84 85
+1 -3
pkgs/data/misc/clash-geoip/default.nix
··· 19 ''; 20 21 passthru = { 22 - updateScript = nix-update-script { 23 - attrPath = pname; 24 - }; 25 }; 26 27 meta = with lib; {
··· 19 ''; 20 21 passthru = { 22 + updateScript = nix-update-script { }; 23 }; 24 25 meta = with lib; {
+1 -3
pkgs/data/themes/adw-gtk3/default.nix
··· 30 ''; 31 32 passthru = { 33 - updateScript = nix-update-script { 34 - attrPath = pname; 35 - }; 36 }; 37 38 meta = with lib; {
··· 30 ''; 31 32 passthru = { 33 + updateScript = nix-update-script { }; 34 }; 35 36 meta = with lib; {
+1 -3
pkgs/data/themes/adwaita-qt/default.nix
··· 42 ''; 43 44 passthru = { 45 - updateScript = nix-update-script { 46 - attrPath = pname; 47 - }; 48 }; 49 50 meta = with lib; {
··· 42 ''; 43 44 passthru = { 45 + updateScript = nix-update-script { }; 46 }; 47 48 meta = with lib; {
+1 -3
pkgs/desktops/gnome/core/gnome-terminal/default.nix
··· 91 ''; 92 93 passthru = { 94 - updateScript = nix-update-script { 95 - attrPath = "gnome.gnome-terminal"; 96 - }; 97 98 tests = { 99 test = nixosTests.terminal-emulators.gnome-terminal;
··· 91 ''; 92 93 passthru = { 94 + updateScript = nix-update-script { }; 95 96 tests = { 97 test = nixosTests.terminal-emulators.gnome-terminal;
+1 -3
pkgs/desktops/pantheon/apps/appcenter/default.nix
··· 70 ''; 71 72 passthru = { 73 - updateScript = nix-update-script { 74 - attrPath = "pantheon.${pname}"; 75 - }; 76 }; 77 78 meta = with lib; {
··· 70 ''; 71 72 passthru = { 73 + updateScript = nix-update-script { }; 74 }; 75 76 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-calculator/default.nix
··· 45 ''; 46 47 passthru = { 48 - updateScript = nix-update-script { 49 - attrPath = "pantheon.${pname}"; 50 - }; 51 }; 52 53 meta = with lib; {
··· 45 ''; 46 47 passthru = { 48 + updateScript = nix-update-script { }; 49 }; 50 51 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-calendar/default.nix
··· 71 ''; 72 73 passthru = { 74 - updateScript = nix-update-script { 75 - attrPath = "pantheon.${pname}"; 76 - }; 77 }; 78 79 meta = with lib; {
··· 71 ''; 72 73 passthru = { 74 + updateScript = nix-update-script { }; 75 }; 76 77 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-camera/default.nix
··· 60 ''; 61 62 passthru = { 63 - updateScript = nix-update-script { 64 - attrPath = "pantheon.${pname}"; 65 - }; 66 }; 67 68 meta = with lib; {
··· 60 ''; 61 62 passthru = { 63 + updateScript = nix-update-script { }; 64 }; 65 66 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-code/default.nix
··· 85 ''; 86 87 passthru = { 88 - updateScript = nix-update-script { 89 - attrPath = "pantheon.${pname}"; 90 - }; 91 }; 92 93 meta = with lib; {
··· 85 ''; 86 87 passthru = { 88 + updateScript = nix-update-script { }; 89 }; 90 91 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-feedback/default.nix
··· 59 ''; 60 61 passthru = { 62 - updateScript = nix-update-script { 63 - attrPath = "pantheon.${pname}"; 64 - }; 65 }; 66 67 meta = with lib; {
··· 59 ''; 60 61 passthru = { 62 + updateScript = nix-update-script { }; 63 }; 64 65 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-files/default.nix
··· 83 ''; 84 85 passthru = { 86 - updateScript = nix-update-script { 87 - attrPath = "pantheon.${pname}"; 88 - }; 89 }; 90 91 meta = with lib; {
··· 83 ''; 84 85 passthru = { 86 + updateScript = nix-update-script { }; 87 }; 88 89 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-iconbrowser/default.nix
··· 59 ''; 60 61 passthru = { 62 - updateScript = nix-update-script { 63 - attrPath = "pantheon.${pname}"; 64 - }; 65 }; 66 67 meta = with lib; {
··· 59 ''; 60 61 passthru = { 62 + updateScript = nix-update-script { }; 63 }; 64 65 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-mail/default.nix
··· 73 ''; 74 75 passthru = { 76 - updateScript = nix-update-script { 77 - attrPath = "pantheon.${pname}"; 78 - }; 79 }; 80 81 meta = with lib; {
··· 73 ''; 74 75 passthru = { 76 + updateScript = nix-update-script { }; 77 }; 78 79 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-music/default.nix
··· 64 ''; 65 66 passthru = { 67 - updateScript = nix-update-script { 68 - attrPath = "pantheon.${pname}"; 69 - }; 70 }; 71 72 meta = with lib; {
··· 64 ''; 65 66 passthru = { 67 + updateScript = nix-update-script { }; 68 }; 69 70 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-photos/default.nix
··· 86 ''; 87 88 passthru = { 89 - updateScript = nix-update-script { 90 - attrPath = "pantheon.${pname}"; 91 - }; 92 }; 93 94 meta = with lib; {
··· 86 ''; 87 88 passthru = { 89 + updateScript = nix-update-script { }; 90 }; 91 92 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-screenshot/default.nix
··· 51 ''; 52 53 passthru = { 54 - updateScript = nix-update-script { 55 - attrPath = "pantheon.${pname}"; 56 - }; 57 }; 58 59 meta = with lib; {
··· 51 ''; 52 53 passthru = { 54 + updateScript = nix-update-script { }; 55 }; 56 57 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-tasks/default.nix
··· 61 ''; 62 63 passthru = { 64 - updateScript = nix-update-script { 65 - attrPath = "pantheon.${pname}"; 66 - }; 67 }; 68 69 meta = with lib; {
··· 61 ''; 62 63 passthru = { 64 + updateScript = nix-update-script { }; 65 }; 66 67 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
··· 55 ''; 56 57 passthru = { 58 - updateScript = nix-update-script { 59 - attrPath = "pantheon.${pname}"; 60 - }; 61 }; 62 63 meta = with lib; {
··· 55 ''; 56 57 passthru = { 58 + updateScript = nix-update-script { }; 59 }; 60 61 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/elementary-videos/default.nix
··· 59 ''; 60 61 passthru = { 62 - updateScript = nix-update-script { 63 - attrPath = "pantheon.${pname}"; 64 - }; 65 }; 66 67 meta = with lib; {
··· 59 ''; 60 61 passthru = { 62 + updateScript = nix-update-script { }; 63 }; 64 65 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/sideload/default.nix
··· 53 ''; 54 55 passthru = { 56 - updateScript = nix-update-script { 57 - attrPath = "pantheon.${pname}"; 58 - }; 59 }; 60 61 meta = with lib; {
··· 53 ''; 54 55 passthru = { 56 + updateScript = nix-update-script { }; 57 }; 58 59 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/a11y/default.nix
··· 56 ]; 57 58 passthru = { 59 - updateScript = nix-update-script { 60 - attrPath = "pantheon.${pname}"; 61 - }; 62 }; 63 64 meta = with lib; {
··· 56 ]; 57 58 passthru = { 59 + updateScript = nix-update-script { }; 60 }; 61 62 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
··· 58 ]; 59 60 passthru = { 61 - updateScript = nix-update-script { 62 - attrPath = "pantheon.${pname}"; 63 - }; 64 }; 65 66 meta = with lib; {
··· 58 ]; 59 60 passthru = { 61 + updateScript = nix-update-script { }; 62 }; 63 64 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/applications/default.nix
··· 40 ]; 41 42 passthru = { 43 - updateScript = nix-update-script { 44 - attrPath = "pantheon.${pname}"; 45 - }; 46 }; 47 48 meta = with lib; {
··· 40 ]; 41 42 passthru = { 43 + updateScript = nix-update-script { }; 44 }; 45 46 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
··· 52 ]; 53 54 passthru = { 55 - updateScript = nix-update-script { 56 - attrPath = "pantheon.${pname}"; 57 - }; 58 }; 59 60 meta = with lib; {
··· 52 ]; 53 54 passthru = { 55 + updateScript = nix-update-script { }; 56 }; 57 58 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/datetime/default.nix
··· 56 ]; 57 58 passthru = { 59 - updateScript = nix-update-script { 60 - attrPath = "pantheon.${pname}"; 61 - }; 62 }; 63 64 meta = with lib; {
··· 56 ]; 57 58 passthru = { 59 + updateScript = nix-update-script { }; 60 }; 61 62 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/display/default.nix
··· 40 ]; 41 42 passthru = { 43 - updateScript = nix-update-script { 44 - attrPath = "pantheon.${pname}"; 45 - }; 46 }; 47 48 meta = with lib; {
··· 40 ]; 41 42 passthru = { 43 + updateScript = nix-update-script { }; 44 }; 45 46 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
··· 62 ]; 63 64 passthru = { 65 - updateScript = nix-update-script { 66 - attrPath = "pantheon.${pname}"; 67 - }; 68 }; 69 70 meta = with lib; {
··· 62 ]; 63 64 passthru = { 65 + updateScript = nix-update-script { }; 66 }; 67 68 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/mouse-touchpad/default.nix
··· 56 ]; 57 58 passthru = { 59 - updateScript = nix-update-script { 60 - attrPath = "pantheon.${pname}"; 61 - }; 62 }; 63 64 meta = with lib; {
··· 56 ]; 57 58 passthru = { 59 + updateScript = nix-update-script { }; 60 }; 61 62 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/network/default.nix
··· 51 ]; 52 53 passthru = { 54 - updateScript = nix-update-script { 55 - attrPath = "pantheon.${pname}"; 56 - }; 57 }; 58 59 meta = with lib; {
··· 51 ]; 52 53 passthru = { 54 + updateScript = nix-update-script { }; 55 }; 56 57 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/notifications/default.nix
··· 50 ]; 51 52 passthru = { 53 - updateScript = nix-update-script { 54 - attrPath = "pantheon.${pname}"; 55 - }; 56 }; 57 58 meta = with lib; {
··· 50 ]; 51 52 passthru = { 53 + updateScript = nix-update-script { }; 54 }; 55 56 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
··· 52 ]; 53 54 passthru = { 55 - updateScript = nix-update-script { 56 - attrPath = "pantheon.${pname}"; 57 - }; 58 }; 59 60 meta = with lib; {
··· 52 ]; 53 54 passthru = { 55 + updateScript = nix-update-script { }; 56 }; 57 58 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/pantheon-shell/default.nix
··· 60 ]; 61 62 passthru = { 63 - updateScript = nix-update-script { 64 - attrPath = "pantheon.${pname}"; 65 - }; 66 }; 67 68 meta = with lib; {
··· 60 ]; 61 62 passthru = { 63 + updateScript = nix-update-script { }; 64 }; 65 66 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/power/default.nix
··· 48 ]; 49 50 passthru = { 51 - updateScript = nix-update-script { 52 - attrPath = "pantheon.${pname}"; 53 - }; 54 }; 55 56 meta = with lib; {
··· 48 ]; 49 50 passthru = { 51 + updateScript = nix-update-script { }; 52 }; 53 54 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/printers/default.nix
··· 40 ]; 41 42 passthru = { 43 - updateScript = nix-update-script { 44 - attrPath = "pantheon.${pname}"; 45 - }; 46 }; 47 48 meta = with lib; {
··· 40 ]; 41 42 passthru = { 43 + updateScript = nix-update-script { }; 44 }; 45 46 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/security-privacy/default.nix
··· 57 ''; 58 59 passthru = { 60 - updateScript = nix-update-script { 61 - attrPath = "pantheon.${pname}"; 62 - }; 63 }; 64 65 meta = with lib; {
··· 57 ''; 58 59 passthru = { 60 + updateScript = nix-update-script { }; 61 }; 62 63 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix
··· 38 ]; 39 40 passthru = { 41 - updateScript = nix-update-script { 42 - attrPath = "pantheon.${pname}"; 43 - }; 44 }; 45 46 meta = with lib; {
··· 38 ]; 39 40 passthru = { 41 + updateScript = nix-update-script { }; 42 }; 43 44 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
··· 42 ]; 43 44 passthru = { 45 - updateScript = nix-update-script { 46 - attrPath = "pantheon.${pname}"; 47 - }; 48 }; 49 50 meta = with lib; {
··· 42 ]; 43 44 passthru = { 45 + updateScript = nix-update-script { }; 46 }; 47 48 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard-plugs/wacom/default.nix
··· 47 ]; 48 49 passthru = { 50 - updateScript = nix-update-script { 51 - attrPath = "pantheon.${pname}"; 52 - }; 53 }; 54 55 meta = with lib; {
··· 47 ]; 48 49 passthru = { 50 + updateScript = nix-update-script { }; 51 }; 52 53 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/apps/switchboard/default.nix
··· 51 ''; 52 53 passthru = { 54 - updateScript = nix-update-script { 55 - attrPath = "pantheon.${pname}"; 56 - }; 57 }; 58 59 meta = with lib; {
··· 51 ''; 52 53 passthru = { 54 + updateScript = nix-update-script { }; 55 }; 56 57 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/artwork/elementary-gtk-theme/default.nix
··· 34 ''; 35 36 passthru = { 37 - updateScript = nix-update-script { 38 - attrPath = "pantheon.${pname}"; 39 - }; 40 }; 41 42 meta = with lib; {
··· 34 ''; 35 36 passthru = { 37 + updateScript = nix-update-script { }; 38 }; 39 40 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/artwork/elementary-icon-theme/default.nix
··· 50 postFixup = "gtk-update-icon-cache $out/share/icons/elementary"; 51 52 passthru = { 53 - updateScript = nix-update-script { 54 - attrPath = "pantheon.${pname}"; 55 - }; 56 }; 57 58 meta = with lib; {
··· 50 postFixup = "gtk-update-icon-cache $out/share/icons/elementary"; 51 52 passthru = { 53 + updateScript = nix-update-script { }; 54 }; 55 56 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/artwork/elementary-redacted-script/default.nix
··· 23 ''; 24 25 passthru = { 26 - updateScript = nix-update-script { 27 - attrPath = "pantheon.${pname}"; 28 - }; 29 }; 30 31 meta = with lib; {
··· 23 ''; 24 25 passthru = { 26 + updateScript = nix-update-script { }; 27 }; 28 29 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/artwork/elementary-sound-theme/default.nix
··· 25 ]; 26 27 passthru = { 28 - updateScript = nix-update-script { 29 - attrPath = "pantheon.${pname}"; 30 - }; 31 }; 32 33 meta = with lib; {
··· 25 ]; 26 27 passthru = { 28 + updateScript = nix-update-script { }; 29 }; 30 31 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/artwork/elementary-wallpapers/default.nix
··· 32 ''; 33 34 passthru = { 35 - updateScript = nix-update-script { 36 - attrPath = "pantheon.${pname}"; 37 - }; 38 }; 39 40 meta = with lib; {
··· 32 ''; 33 34 passthru = { 35 + updateScript = nix-update-script { }; 36 }; 37 38 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/elementary-default-settings/default.nix
··· 63 ''; 64 65 passthru = { 66 - updateScript = nix-update-script { 67 - attrPath = "pantheon.${pname}"; 68 - }; 69 }; 70 71 meta = with lib; {
··· 63 ''; 64 65 passthru = { 66 + updateScript = nix-update-script { }; 67 }; 68 69 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
··· 109 ''; 110 111 passthru = { 112 - updateScript = nix-update-script { 113 - attrPath = "pantheon.${pname}"; 114 - }; 115 116 xgreeters = linkFarm "pantheon-greeter-xgreeters" [{ 117 path = "${elementary-greeter}/share/xgreeters/io.elementary.greeter.desktop";
··· 109 ''; 110 111 passthru = { 112 + updateScript = nix-update-script { }; 113 114 xgreeters = linkFarm "pantheon-greeter-xgreeters" [{ 115 path = "${elementary-greeter}/share/xgreeters/io.elementary.greeter.desktop";
+1 -3
pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
··· 53 ''; 54 55 passthru = { 56 - updateScript = nix-update-script { 57 - attrPath = "pantheon.${pname}"; 58 - }; 59 }; 60 61 meta = with lib; {
··· 53 ''; 54 55 passthru = { 56 + updateScript = nix-update-script { }; 57 }; 58 59 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/elementary-print-shim/default.nix
··· 30 buildInputs = [ gtk3 ]; 31 32 passthru = { 33 - updateScript = nix-update-script { 34 - attrPath = "pantheon.${pname}"; 35 - }; 36 }; 37 38 meta = with lib; {
··· 30 buildInputs = [ gtk3 ]; 31 32 passthru = { 33 + updateScript = nix-update-script { }; 34 }; 35 36 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/elementary-session-settings/default.nix
··· 139 ''; 140 141 passthru = { 142 - updateScript = nix-update-script { 143 - attrPath = "pantheon.${pname}"; 144 - }; 145 146 providedSessions = [ 147 "pantheon"
··· 139 ''; 140 141 passthru = { 142 + updateScript = nix-update-script { }; 143 144 providedSessions = [ 145 "pantheon"
+1 -3
pkgs/desktops/pantheon/desktop/elementary-shortcut-overlay/default.nix
··· 56 ]; 57 58 passthru = { 59 - updateScript = nix-update-script { 60 - attrPath = "pantheon.${pname}"; 61 - }; 62 }; 63 64 meta = with lib; {
··· 56 ]; 57 58 passthru = { 59 + updateScript = nix-update-script { }; 60 }; 61 62 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/gala/default.nix
··· 142 ''; 143 144 passthru = { 145 - updateScript = nix-update-script { 146 - attrPath = "pantheon.${pname}"; 147 - }; 148 }; 149 150 meta = with lib; {
··· 142 ''; 143 144 passthru = { 145 + updateScript = nix-update-script { }; 146 }; 147 148 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/a11y/default.nix
··· 45 ''; 46 47 passthru = { 48 - updateScript = nix-update-script { 49 - attrPath = "pantheon.${pname}"; 50 - }; 51 }; 52 53 meta = with lib; {
··· 45 ''; 46 47 passthru = { 48 + updateScript = nix-update-script { }; 49 }; 50 51 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix
··· 83 doCheck = true; 84 85 passthru = { 86 - updateScript = nix-update-script { 87 - attrPath = "pantheon.${pname}"; 88 - }; 89 }; 90 91 meta = with lib; {
··· 83 doCheck = true; 84 85 passthru = { 86 + updateScript = nix-update-script { }; 87 }; 88 89 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
··· 52 ''; 53 54 passthru = { 55 - updateScript = nix-update-script { 56 - attrPath = "pantheon.${pname}"; 57 - }; 58 }; 59 60 meta = with lib; {
··· 52 ''; 53 54 passthru = { 55 + updateScript = nix-update-script { }; 56 }; 57 58 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
··· 65 ''; 66 67 passthru = { 68 - updateScript = nix-update-script { 69 - attrPath = "pantheon.${pname}"; 70 - }; 71 }; 72 73 meta = with lib; {
··· 65 ''; 66 67 passthru = { 68 + updateScript = nix-update-script { }; 69 }; 70 71 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/keyboard/default.nix
··· 53 ]; 54 55 passthru = { 56 - updateScript = nix-update-script { 57 - attrPath = "pantheon.${pname}"; 58 - }; 59 }; 60 61 meta = with lib; {
··· 53 ]; 54 55 passthru = { 56 + updateScript = nix-update-script { }; 57 }; 58 59 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
··· 43 ]; 44 45 passthru = { 46 - updateScript = nix-update-script { 47 - attrPath = "pantheon.${pname}"; 48 - }; 49 }; 50 51 meta = with lib; {
··· 43 ]; 44 45 passthru = { 46 + updateScript = nix-update-script { }; 47 }; 48 49 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/nightlight/default.nix
··· 40 ]; 41 42 passthru = { 43 - updateScript = nix-update-script { 44 - attrPath = "pantheon.${pname}"; 45 - }; 46 }; 47 48 meta = with lib; {
··· 40 ]; 41 42 passthru = { 43 + updateScript = nix-update-script { }; 44 }; 45 46 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
··· 42 ]; 43 44 passthru = { 45 - updateScript = nix-update-script { 46 - attrPath = "pantheon.${pname}"; 47 - }; 48 }; 49 50 meta = with lib; {
··· 42 ]; 43 44 passthru = { 45 + updateScript = nix-update-script { }; 46 }; 47 48 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/power/default.nix
··· 62 ''; 63 64 passthru = { 65 - updateScript = nix-update-script { 66 - attrPath = "pantheon.${pname}"; 67 - }; 68 }; 69 70 meta = with lib; {
··· 62 ''; 63 64 passthru = { 65 + updateScript = nix-update-script { }; 66 }; 67 68 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/session/default.nix
··· 42 ]; 43 44 passthru = { 45 - updateScript = nix-update-script { 46 - attrPath = "pantheon.${pname}"; 47 - }; 48 }; 49 50 meta = with lib; {
··· 42 ]; 43 44 passthru = { 45 + updateScript = nix-update-script { }; 46 }; 47 48 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel-indicators/sound/default.nix
··· 55 ''; 56 57 passthru = { 58 - updateScript = nix-update-script { 59 - attrPath = "pantheon.${pname}"; 60 - }; 61 }; 62 63 meta = with lib; {
··· 55 ''; 56 57 passthru = { 58 + updateScript = nix-update-script { }; 59 }; 60 61 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/desktop/wingpanel/default.nix
··· 72 ''; 73 74 passthru = { 75 - updateScript = nix-update-script { 76 - attrPath = "pantheon.${pname}"; 77 - }; 78 }; 79 80 meta = with lib; {
··· 72 ''; 73 74 passthru = { 75 + updateScript = nix-update-script { }; 76 }; 77 78 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/granite/7/default.nix
··· 53 ''; 54 55 passthru = { 56 - updateScript = nix-update-script { 57 - attrPath = "pantheon.granite7"; 58 - }; 59 }; 60 61 meta = with lib; {
··· 53 ''; 54 55 passthru = { 56 + updateScript = nix-update-script { }; 57 }; 58 59 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/contractor/default.nix
··· 44 PKG_CONFIG_DBUS_1_SESSION_BUS_SERVICES_DIR = "${placeholder "out"}/share/dbus-1/services"; 45 46 passthru = { 47 - updateScript = nix-update-script { 48 - attrPath = "pantheon.${pname}"; 49 - }; 50 }; 51 52 meta = with lib; {
··· 44 PKG_CONFIG_DBUS_1_SESSION_BUS_SERVICES_DIR = "${placeholder "out"}/share/dbus-1/services"; 45 46 passthru = { 47 + updateScript = nix-update-script { }; 48 }; 49 50 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
··· 53 ''; 54 55 passthru = { 56 - updateScript = nix-update-script { 57 - attrPath = "pantheon.${pname}"; 58 - }; 59 }; 60 61 meta = with lib; {
··· 53 ''; 54 55 passthru = { 56 + updateScript = nix-update-script { }; 57 }; 58 59 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
··· 52 ''; 53 54 passthru = { 55 - updateScript = nix-update-script { 56 - attrPath = "pantheon.${pname}"; 57 - }; 58 }; 59 60 meta = with lib; {
··· 52 ''; 53 54 passthru = { 55 + updateScript = nix-update-script { }; 56 }; 57 58 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
··· 59 ''; 60 61 passthru = { 62 - updateScript = nix-update-script { 63 - attrPath = "pantheon.${pname}"; 64 - }; 65 }; 66 67 meta = with lib; {
··· 59 ''; 60 61 passthru = { 62 + updateScript = nix-update-script { }; 63 }; 64 65 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/pantheon-agent-geoclue2/default.nix
··· 48 ''; 49 50 passthru = { 51 - updateScript = nix-update-script { 52 - attrPath = "pantheon.${pname}"; 53 - }; 54 }; 55 56 meta = with lib; {
··· 48 ''; 49 50 passthru = { 51 + updateScript = nix-update-script { }; 52 }; 53 54 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/pantheon-agent-polkit/default.nix
··· 40 ]; 41 42 passthru = { 43 - updateScript = nix-update-script { 44 - attrPath = "pantheon.${pname}"; 45 - }; 46 }; 47 48 meta = with lib; {
··· 40 ]; 41 42 passthru = { 43 + updateScript = nix-update-script { }; 44 }; 45 46 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/services/xdg-desktop-portal-pantheon/default.nix
··· 50 ]; 51 52 passthru = { 53 - updateScript = nix-update-script { 54 - attrPath = "pantheon.${pname}"; 55 - }; 56 }; 57 58 meta = with lib; {
··· 50 ]; 51 52 passthru = { 53 + updateScript = nix-update-script { }; 54 }; 55 56 meta = with lib; {
+1 -3
pkgs/desktops/pantheon/third-party/pantheon-tweaks/default.nix
··· 51 ''; 52 53 passthru = { 54 - updateScript = nix-update-script { 55 - attrPath = pname; 56 - }; 57 }; 58 59 meta = with lib; {
··· 51 ''; 52 53 passthru = { 54 + updateScript = nix-update-script { }; 55 }; 56 57 meta = with lib; {
+1 -3
pkgs/development/libraries/draco/default.nix
··· 43 "-DDRACO_TINYGLTF_PATH=${tinygltf}" 44 ]; 45 46 - passthru.updateScript = nix-update-script { 47 - attrPath = pname; 48 - }; 49 50 meta = with lib; { 51 description = "Library for compressing and decompressing 3D geometric meshes and point clouds";
··· 43 "-DDRACO_TINYGLTF_PATH=${tinygltf}" 44 ]; 45 46 + passthru.updateScript = nix-update-script { }; 47 48 meta = with lib; { 49 description = "Library for compressing and decompressing 3D geometric meshes and point clouds";
+1 -3
pkgs/development/libraries/editline/default.nix
··· 22 23 outputs = [ "out" "dev" "man" "doc" ]; 24 25 - passthru.updateScript = nix-update-script { 26 - attrPath = pname; 27 - }; 28 29 meta = with lib; { 30 homepage = "https://troglobit.com/projects/editline/";
··· 22 23 outputs = [ "out" "dev" "man" "doc" ]; 24 25 + passthru.updateScript = nix-update-script { }; 26 27 meta = with lib; { 28 homepage = "https://troglobit.com/projects/editline/";
+1 -3
pkgs/development/libraries/gensio/default.nix
··· 18 }; 19 20 passthru = { 21 - updateScript = nix-update-script { 22 - attrPath = pname; 23 - }; 24 }; 25 26 configureFlags = [
··· 18 }; 19 20 passthru = { 21 + updateScript = nix-update-script { }; 22 }; 23 24 configureFlags = [
+1 -3
pkgs/development/libraries/graphene/default.nix
··· 100 installedTests = nixosTests.installed-tests.graphene; 101 }; 102 103 - updateScript = nix-update-script { 104 - attrPath = pname; 105 - }; 106 }; 107 108 meta = with lib; {
··· 100 installedTests = nixosTests.installed-tests.graphene; 101 }; 102 103 + updateScript = nix-update-script { }; 104 }; 105 106 meta = with lib; {
+1 -3
pkgs/development/libraries/libffi/default.nix
··· 54 checkInputs = [ dejagnu ]; 55 56 passthru = { 57 - updateScript = nix-update-script { 58 - attrPath = pname; 59 - }; 60 }; 61 62 meta = with lib; {
··· 54 checkInputs = [ dejagnu ]; 55 56 passthru = { 57 + updateScript = nix-update-script { }; 58 }; 59 60 meta = with lib; {
+1 -3
pkgs/development/libraries/libseccomp/default.nix
··· 32 ''; 33 34 passthru = { 35 - updateScript = nix-update-script { 36 - attrPath = pname; 37 - }; 38 }; 39 40 meta = with lib; {
··· 32 ''; 33 34 passthru = { 35 + updateScript = nix-update-script { }; 36 }; 37 38 meta = with lib; {
+1 -3
pkgs/development/libraries/libsidplayfp/default.nix
··· 60 ''; 61 62 passthru = { 63 - updateScript = nix-update-script { 64 - attrPath = pname; 65 - }; 66 }; 67 68 meta = with lib; {
··· 60 ''; 61 62 passthru = { 63 + updateScript = nix-update-script { }; 64 }; 65 66 meta = with lib; {
+1 -3
pkgs/development/libraries/libsignon-glib/default.nix
··· 43 ''; 44 45 passthru = { 46 - updateScript = nix-update-script { 47 - attrPath = pname; 48 - }; 49 }; 50 51 meta = with lib; {
··· 43 ''; 44 45 passthru = { 46 + updateScript = nix-update-script { }; 47 }; 48 49 meta = with lib; {
+1 -3
pkgs/development/libraries/libvarlink/default.nix
··· 36 doCheck = true; 37 38 passthru = { 39 - updateScript = nix-update-script { 40 - attrPath = finalAttrs.pname; 41 - }; 42 tests = { 43 version = testers.testVersion { 44 package = finalAttrs.finalPackage;
··· 36 doCheck = true; 37 38 passthru = { 39 + updateScript = nix-update-script { }; 40 tests = { 41 version = testers.testVersion { 42 package = finalAttrs.finalPackage;
+1 -3
pkgs/development/libraries/pipewire/wireplumber.nix
··· 71 "-Dsysconfdir=/etc" 72 ]; 73 74 - passthru.updateScript = nix-update-script { 75 - attrPath = pname; 76 - }; 77 78 meta = with lib; { 79 description = "A modular session / policy manager for PipeWire";
··· 71 "-Dsysconfdir=/etc" 72 ]; 73 74 + passthru.updateScript = nix-update-script { }; 75 76 meta = with lib; { 77 description = "A modular session / policy manager for PipeWire";
+1 -3
pkgs/development/libraries/qgnomeplatform/default.nix
··· 50 ]; 51 52 passthru = { 53 - updateScript = nix-update-script { 54 - attrPath = pname; 55 - }; 56 }; 57 58 meta = with lib; {
··· 50 ]; 51 52 passthru = { 53 + updateScript = nix-update-script { }; 54 }; 55 56 meta = with lib; {
+1 -3
pkgs/development/libraries/tinygltf/default.nix
··· 18 19 nativeBuildInputs = [ cmake ]; 20 21 - passthru.updateScript = nix-update-script { 22 - attrPath = pname; 23 - }; 24 25 meta = with lib; { 26 description = "Header only C++11 tiny glTF 2.0 library";
··· 18 19 nativeBuildInputs = [ cmake ]; 20 21 + passthru.updateScript = nix-update-script { }; 22 23 meta = with lib; { 24 description = "Header only C++11 tiny glTF 2.0 library";
+1 -3
pkgs/development/python-modules/soco/default.nix
··· 47 "soco" 48 ]; 49 50 - passthru.updateScript = nix-update-script { 51 - attrPath = "python3Packages.${pname}"; 52 - }; 53 54 meta = with lib; { 55 description = "CLI and library to control Sonos speakers";
··· 47 "soco" 48 ]; 49 50 + passthru.updateScript = nix-update-script { }; 51 52 meta = with lib; { 53 description = "CLI and library to control Sonos speakers";
+1 -3
pkgs/development/tools/ashpd-demo/default.nix
··· 65 ]; 66 67 passthru = { 68 - updateScript = nix-update-script { 69 - attrPath = pname; 70 - }; 71 }; 72 73 meta = with lib; {
··· 65 ]; 66 67 passthru = { 68 + updateScript = nix-update-script { }; 69 }; 70 71 meta = with lib; {
+1 -3
pkgs/development/tools/cambalache/default.nix
··· 83 ''; 84 85 passthru = { 86 - updateScript = nix-update-script { 87 - attrPath = pname; 88 - }; 89 }; 90 91 meta = with lib; {
··· 83 ''; 84 85 passthru = { 86 + updateScript = nix-update-script { }; 87 }; 88 89 meta = with lib; {
+1 -3
pkgs/development/tools/gnome-desktop-testing/default.nix
··· 33 enableParallelBuilding = true; 34 35 passthru = { 36 - updateScript = nix-update-script { 37 - attrPath = "gnome-desktop-testing"; 38 - }; 39 }; 40 41 meta = with lib; {
··· 33 enableParallelBuilding = true; 34 35 passthru = { 36 + updateScript = nix-update-script { }; 37 }; 38 39 meta = with lib; {
+1 -3
pkgs/development/tools/goda/default.nix
··· 13 14 vendorSha256 = "sha256-BYYuB4ZlCWD8NILkf4qrgM4q72ZTy7Ze3ICUXdoI5Ms="; 15 16 - passthru.updateScript = nix-update-script { 17 - attrPath = pname; 18 - }; 19 20 meta = with lib; { 21 homepage = "https://github.com/loov/goda";
··· 13 14 vendorSha256 = "sha256-BYYuB4ZlCWD8NILkf4qrgM4q72ZTy7Ze3ICUXdoI5Ms="; 15 16 + passthru.updateScript = nix-update-script { }; 17 18 meta = with lib; { 19 homepage = "https://github.com/loov/goda";
+1 -3
pkgs/development/tools/jira-cli-go/default.nix
··· 28 command = "jira version"; 29 inherit version; 30 }; 31 - updateScript = nix-update-script { 32 - attrPath = pname; 33 - }; 34 }; 35 36 nativeBuildInputs = [ installShellFiles ];
··· 28 command = "jira version"; 29 inherit version; 30 }; 31 + updateScript = nix-update-script { }; 32 }; 33 34 nativeBuildInputs = [ installShellFiles ];
+1 -3
pkgs/development/tools/language-servers/ansible-language-server/default.nix
··· 30 sed -i '/"prepack"/d' package.json 31 ''; 32 33 - passthru.updateScript = nix-update-script { 34 - attrPath = pname; 35 - }; 36 37 meta = with lib; { 38 changelog = "https://github.com/ansible/ansible-language-server/releases/tag/v${version}";
··· 30 sed -i '/"prepack"/d' package.json 31 ''; 32 33 + passthru.updateScript = nix-update-script { }; 34 35 meta = with lib; { 36 changelog = "https://github.com/ansible/ansible-language-server/releases/tag/v${version}";
+1 -3
pkgs/development/tools/language-servers/nil/default.nix
··· 20 (lib.getBin nix) 21 ]; 22 23 - passthru.updateScript = nix-update-script { 24 - attrPath = pname; 25 - }; 26 27 meta = with lib; { 28 description = "Yet another language server for Nix";
··· 20 (lib.getBin nix) 21 ]; 22 23 + passthru.updateScript = nix-update-script { }; 24 25 meta = with lib; { 26 description = "Yet another language server for Nix";
+1 -3
pkgs/development/tools/language-servers/vala-language-server/default.nix
··· 36 ]; 37 38 passthru = { 39 - updateScript = nix-update-script { 40 - attrPath = pname; 41 - }; 42 }; 43 44 nativeBuildInputs = [
··· 36 ]; 37 38 passthru = { 39 + updateScript = nix-update-script { }; 40 }; 41 42 nativeBuildInputs = [
+1 -3
pkgs/development/tools/misc/ccache/default.nix
··· 110 }; 111 }; 112 113 - passthru.updateScript = nix-update-script { 114 - attrPath = pname; 115 - }; 116 117 meta = with lib; { 118 description = "Compiler cache for fast recompilation of C/C++ code";
··· 110 }; 111 }; 112 113 + passthru.updateScript = nix-update-script { }; 114 115 meta = with lib; { 116 description = "Compiler cache for fast recompilation of C/C++ code";
+1 -3
pkgs/development/tools/misc/inotify-tools/default.nix
··· 14 nativeBuildInputs = [ autoreconfHook ]; 15 16 passthru = { 17 - updateScript = nix-update-script { 18 - attrPath = pname; 19 - }; 20 }; 21 22 meta = with lib; {
··· 14 nativeBuildInputs = [ autoreconfHook ]; 15 16 passthru = { 17 + updateScript = nix-update-script { }; 18 }; 19 20 meta = with lib; {
+1 -3
pkgs/development/tools/misc/luarocks/default.nix
··· 104 ]; 105 106 passthru = { 107 - updateScript = nix-update-script { 108 - attrPath = self.pname; 109 - }; 110 }; 111 112 meta = with lib; {
··· 104 ]; 105 106 passthru = { 107 + updateScript = nix-update-script { }; 108 }; 109 110 meta = with lib; {
+1 -3
pkgs/development/tools/misc/texlab/default.nix
··· 46 installManPage texlab.1 47 ''; 48 49 - passthru.updateScript = nix-update-script { 50 - attrPath = pname; 51 - }; 52 53 meta = with lib; { 54 description = "An implementation of the Language Server Protocol for LaTeX";
··· 46 installManPage texlab.1 47 ''; 48 49 + passthru.updateScript = nix-update-script { }; 50 51 meta = with lib; { 52 description = "An implementation of the Language Server Protocol for LaTeX";
+1 -3
pkgs/development/tools/parsing/re2c/default.nix
··· 35 ''; 36 37 passthru = { 38 - updateScript = nix-update-script { 39 - attrPath = pname; 40 - }; 41 tests = { 42 inherit ninja php spamassassin; 43 };
··· 35 ''; 36 37 passthru = { 38 + updateScript = nix-update-script { }; 39 tests = { 40 inherit ninja php spamassassin; 41 };
+1 -3
pkgs/development/tools/renderdoc/default.nix
··· 82 addOpenGLRunpath $out/lib/librenderdoc.so 83 ''; 84 85 - passthru.updateScript = nix-update-script { 86 - attrPath = pname; 87 - }; 88 89 meta = with lib; { 90 description = "A single-frame graphics debugger";
··· 82 addOpenGLRunpath $out/lib/librenderdoc.so 83 ''; 84 85 + passthru.updateScript = nix-update-script { }; 86 87 meta = with lib; { 88 description = "A single-frame graphics debugger";
+1 -3
pkgs/development/tools/rust/cargo-cross/default.nix
··· 27 ]; 28 29 passthru = { 30 - updateScript = nix-update-script { 31 - attrPath = pname; 32 - }; 33 }; 34 35 meta = with lib; {
··· 27 ]; 28 29 passthru = { 30 + updateScript = nix-update-script { }; 31 }; 32 33 meta = with lib; {
+1 -3
pkgs/development/tools/rust/cargo-flamegraph/default.nix
··· 27 --set-default PERF ${perf}/bin/perf 28 ''; 29 30 - passthru.updateScript = nix-update-script { 31 - attrPath = pname; 32 - }; 33 34 meta = with lib; { 35 description = "Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3";
··· 27 --set-default PERF ${perf}/bin/perf 28 ''; 29 30 + passthru.updateScript = nix-update-script { }; 31 32 meta = with lib; { 33 description = "Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3";
+1 -3
pkgs/development/tools/rust/cargo-limit/default.nix
··· 22 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 23 24 passthru = { 25 - updateScript = nix-update-script { 26 - attrPath = pname; 27 - }; 28 }; 29 30 meta = with lib; {
··· 22 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 23 24 passthru = { 25 + updateScript = nix-update-script { }; 26 }; 27 28 meta = with lib; {
+1 -3
pkgs/development/tools/rust/cargo-msrv/default.nix
··· 25 cargoSha256 = "sha256-/Bspy94uIP/e4uJY8qo+UPK1tnPjglxiMWeYWx2qoHk="; 26 27 passthru = { 28 - updateScript = nix-update-script { 29 - attrPath = pname; 30 - }; 31 }; 32 33 # Integration tests fail
··· 25 cargoSha256 = "sha256-/Bspy94uIP/e4uJY8qo+UPK1tnPjglxiMWeYWx2qoHk="; 26 27 passthru = { 28 + updateScript = nix-update-script { }; 29 }; 30 31 # Integration tests fail
+1 -3
pkgs/development/tools/rust/cargo-show-asm/default.nix
··· 32 ''; 33 34 passthru = { 35 - updateScript = nix-update-script { 36 - attrPath = pname; 37 - }; 38 tests = lib.optionalAttrs stdenv.hostPlatform.isx86_64 { 39 test-basic-x86_64 = callPackage ./test-basic-x86_64.nix { }; 40 };
··· 32 ''; 33 34 passthru = { 35 + updateScript = nix-update-script { }; 36 tests = lib.optionalAttrs stdenv.hostPlatform.isx86_64 { 37 test-basic-x86_64 = callPackage ./test-basic-x86_64.nix { }; 38 };
+1 -3
pkgs/development/tools/rust/cargo-valgrind/default.nix
··· 20 cargoSha256 = "sha256-csSUe2qUIN2xKOMHWyM56FZyCwKPdfAI0NrFiDOtRiE="; 21 22 passthru = { 23 - updateScript = nix-update-script { 24 - attrPath = pname; 25 - }; 26 }; 27 28 nativeBuildInputs = [ makeWrapper ];
··· 20 cargoSha256 = "sha256-csSUe2qUIN2xKOMHWyM56FZyCwKPdfAI0NrFiDOtRiE="; 21 22 passthru = { 23 + updateScript = nix-update-script { }; 24 }; 25 26 nativeBuildInputs = [ makeWrapper ];
+1 -3
pkgs/development/tools/rust/cargo-wipe/default.nix
··· 18 cargoSha256 = "sha256-/cne7uTGyxgTRONWMEE5dPbPDnCxf+ZnYzYXRAeHJyQ="; 19 20 passthru = { 21 - updateScript = nix-update-script { 22 - attrPath = pname; 23 - }; 24 }; 25 26 meta = with lib; {
··· 18 cargoSha256 = "sha256-/cne7uTGyxgTRONWMEE5dPbPDnCxf+ZnYzYXRAeHJyQ="; 19 20 passthru = { 21 + updateScript = nix-update-script { }; 22 }; 23 24 meta = with lib; {
+1 -3
pkgs/development/tools/sshs/default.nix
··· 19 20 ldflags = [ "-s" "-w" "-X github.com/quantumsheep/sshs/cmd.Version=${version}" ]; 21 22 - passthru.updateScript = nix-update-script { 23 - attrPath = pname; 24 - }; 25 26 meta = with lib; { 27 description = "Terminal user interface for SSH";
··· 19 20 ldflags = [ "-s" "-w" "-X github.com/quantumsheep/sshs/cmd.Version=${version}" ]; 21 22 + passthru.updateScript = nix-update-script { }; 23 24 meta = with lib; { 25 description = "Terminal user interface for SSH";
+1 -3
pkgs/development/tools/supabase-cli/default.nix
··· 34 --zsh <($out/bin/supabase completion zsh) 35 ''; 36 37 - passthru.updateScript = nix-update-script { 38 - attrPath = "supabase-cli"; 39 - }; 40 41 meta = with lib; { 42 description = "A CLI for interacting with supabase";
··· 34 --zsh <($out/bin/supabase completion zsh) 35 ''; 36 37 + passthru.updateScript = nix-update-script { }; 38 39 meta = with lib; { 40 description = "A CLI for interacting with supabase";
+1 -3
pkgs/development/tools/uniffi-bindgen/default.nix
··· 32 --suffix PATH : ${lib.strings.makeBinPath [ ktlint yapf rubocop rustfmt ] } 33 ''; 34 35 - passthru.updateScript = nix-update-script { 36 - attrPath = pname; 37 - }; 38 39 meta = with lib; { 40 description = "Toolkit for building cross-platform software components in Rust";
··· 32 --suffix PATH : ${lib.strings.makeBinPath [ ktlint yapf rubocop rustfmt ] } 33 ''; 34 35 + passthru.updateScript = nix-update-script { }; 36 37 meta = with lib; { 38 description = "Toolkit for building cross-platform software components in Rust";
+1 -1
pkgs/games/cbonsai/default.nix
··· 17 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; 18 installFlags = [ "PREFIX=$(out)" ]; 19 20 - passthru.updateScript = nix-update-script { attrPath = pname; }; 21 22 meta = with lib; { 23 description = "Grow bonsai trees in your terminal";
··· 17 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; 18 installFlags = [ "PREFIX=$(out)" ]; 19 20 + passthru.updateScript = nix-update-script { }; 21 22 meta = with lib; { 23 description = "Grow bonsai trees in your terminal";
+1 -3
pkgs/misc/flashfocus/default.nix
··· 36 37 pythonImportsCheck = [ "flashfocus" ]; 38 39 - passthru.updateScript = nix-update-script { 40 - attrPath = pname; 41 - }; 42 43 meta = with lib; { 44 homepage = "https://github.com/fennerm/flashfocus";
··· 36 37 pythonImportsCheck = [ "flashfocus" ]; 38 39 + passthru.updateScript = nix-update-script { }; 40 41 meta = with lib; { 42 homepage = "https://github.com/fennerm/flashfocus";
+1 -3
pkgs/misc/screensavers/light-locker/default.nix
··· 66 ''; 67 68 passthru = { 69 - updateScript = nix-update-script { 70 - attrPath = pname; 71 - }; 72 }; 73 74 meta = with lib; {
··· 66 ''; 67 68 passthru = { 69 + updateScript = nix-update-script { }; 70 }; 71 72 meta = with lib; {
+1 -3
pkgs/servers/adminer/default.nix
··· 33 ''; 34 35 passthru = { 36 - updateScript = nix-update-script { 37 - attrPath = pname; 38 - }; 39 }; 40 41 meta = with lib; {
··· 33 ''; 34 35 passthru = { 36 + updateScript = nix-update-script { }; 37 }; 38 39 meta = with lib; {
+1 -3
pkgs/servers/home-automation/evcc/default.nix
··· 81 tests = { 82 inherit (nixosTests) evcc; 83 }; 84 - updateScript = nix-update-script { 85 - attrPath = pname; 86 - }; 87 }; 88 89 meta = with lib; {
··· 81 tests = { 82 inherit (nixosTests) evcc; 83 }; 84 + updateScript = nix-update-script { }; 85 }; 86 87 meta = with lib; {
+1 -3
pkgs/servers/matrix-synapse/matrix-appservice-irc/default.nix
··· 30 ''; 31 32 passthru.tests.matrix-appservice-irc = nixosTests.matrix-appservice-irc; 33 - passthru.updateScript = nix-update-script { 34 - attrPath = pname; 35 - }; 36 37 meta = with lib; { 38 description = "Node.js IRC bridge for Matrix";
··· 30 ''; 31 32 passthru.tests.matrix-appservice-irc = nixosTests.matrix-appservice-irc; 33 + passthru.updateScript = nix-update-script { }; 34 35 meta = with lib; { 36 description = "Node.js IRC bridge for Matrix";
-1
pkgs/servers/monitoring/mimir/default.nix
··· 19 20 passthru = { 21 updateScript = nix-update-script { 22 - attrPath = pname; 23 extraArgs = [ "--version-regex" "mimir-([0-9.]+)" ]; 24 }; 25 tests = {
··· 19 20 passthru = { 21 updateScript = nix-update-script { 22 extraArgs = [ "--version-regex" "mimir-([0-9.]+)" ]; 23 }; 24 tests = {
+1 -3
pkgs/servers/ser2net/default.nix
··· 20 }; 21 22 passthru = { 23 - updateScript = nix-update-script { 24 - attrPath = pname; 25 - }; 26 }; 27 28 nativeBuildInputs = [ pkg-config autoreconfHook ];
··· 20 }; 21 22 passthru = { 23 + updateScript = nix-update-script { }; 24 }; 25 26 nativeBuildInputs = [ pkg-config autoreconfHook ];
+1 -3
pkgs/servers/zigbee2mqtt/default.nix
··· 24 ]; 25 26 passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt; 27 - passthru.updateScript = nix-update-script { 28 - attrPath = pname; 29 - }; 30 31 meta = with lib; { 32 changelog = "https://github.com/Koenkk/zigbee2mqtt/releases/tag/${version}";
··· 24 ]; 25 26 passthru.tests.zigbee2mqtt = nixosTests.zigbee2mqtt; 27 + passthru.updateScript = nix-update-script { }; 28 29 meta = with lib; { 30 changelog = "https://github.com/Koenkk/zigbee2mqtt/releases/tag/${version}";
+1 -3
pkgs/shells/nushell/default.nix
··· 90 tests.version = testers.testVersion { 91 package = nushell; 92 }; 93 - updateScript = nix-update-script { 94 - attrPath = pname; 95 - }; 96 }; 97 }
··· 90 tests.version = testers.testVersion { 91 package = nushell; 92 }; 93 + updateScript = nix-update-script { }; 94 }; 95 }
+1 -3
pkgs/tools/X11/xnotify/default.nix
··· 40 41 makeFlags = [ "PREFIX=$(out)" ]; 42 43 - passthru.updateScript = nix-update-script { 44 - attrPath = pname; 45 - }; 46 47 meta = with lib; { 48 description = "A tool to read notifications from stdin and pop them up on the screen";
··· 40 41 makeFlags = [ "PREFIX=$(out)" ]; 42 43 + passthru.updateScript = nix-update-script { }; 44 45 meta = with lib; { 46 description = "A tool to read notifications from stdin and pop them up on the screen";
+1 -3
pkgs/tools/X11/xprompt/default.nix
··· 38 39 makeFlags = [ "CC:=$(CC)" "PREFIX=$(out)" ]; 40 41 - passthru.updateScript = nix-update-script { 42 - attrPath = pname; 43 - }; 44 45 meta = with lib; { 46 description = "A dmenu rip-off with contextual completion";
··· 38 39 makeFlags = [ "CC:=$(CC)" "PREFIX=$(out)" ]; 40 41 + passthru.updateScript = nix-update-script { }; 42 43 meta = with lib; { 44 description = "A dmenu rip-off with contextual completion";
-1
pkgs/tools/admin/awscli2/default.nix
··· 110 passthru = { 111 python = py; # for aws_shell 112 updateScript = nix-update-script { 113 - attrPath = pname; 114 # Excludes 1.x versions from the Github tags list 115 extraArgs = [ "--version-regex" "^(2\.(.*))" ]; 116 };
··· 110 passthru = { 111 python = py; # for aws_shell 112 updateScript = nix-update-script { 113 # Excludes 1.x versions from the Github tags list 114 extraArgs = [ "--version-regex" "^(2\.(.*))" ]; 115 };
+1 -3
pkgs/tools/audio/mpris-scrobbler/default.nix
··· 63 ]); 64 65 passthru = { 66 - updateScript = nix-update-script { 67 - attrPath = pname; 68 - }; 69 }; 70 71 meta = with lib; {
··· 63 ]); 64 65 passthru = { 66 + updateScript = nix-update-script { }; 67 }; 68 69 meta = with lib; {
+1 -3
pkgs/tools/audio/yabridge/default.nix
··· 142 done 143 ''; 144 145 - passthru.updateScript = nix-update-script { 146 - attrPath = pname; 147 - }; 148 149 meta = with lib; { 150 description = "A modern and transparent way to use Windows VST2 and VST3 plugins on Linux";
··· 142 done 143 ''; 144 145 + passthru.updateScript = nix-update-script { }; 146 147 meta = with lib; { 148 description = "A modern and transparent way to use Windows VST2 and VST3 plugins on Linux";
+1 -3
pkgs/tools/compression/zstd/default.nix
··· 88 ++ [ "out" ]; 89 90 passthru = { 91 - updateScript = nix-update-script { 92 - attrPath = pname; 93 - }; 94 }; 95 96 meta = with lib; {
··· 88 ++ [ "out" ]; 89 90 passthru = { 91 + updateScript = nix-update-script { }; 92 }; 93 94 meta = with lib; {
+1 -3
pkgs/tools/graphics/goverlay/default.nix
··· 105 "--set QT_QPA_PLATFORM xcb" 106 ]; 107 108 - passthru.updateScript = nix-update-script { 109 - attrPath = pname; 110 - }; 111 112 meta = with lib; { 113 description = "An opensource project that aims to create a Graphical UI to help manage Linux overlays";
··· 105 "--set QT_QPA_PLATFORM xcb" 106 ]; 107 108 + passthru.updateScript = nix-update-script { }; 109 110 meta = with lib; { 111 description = "An opensource project that aims to create a Graphical UI to help manage Linux overlays";
+1 -3
pkgs/tools/inputmethods/touchegg/default.nix
··· 68 PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system"; 69 70 passthru = { 71 - updateScript = nix-update-script { 72 - attrPath = pname; 73 - }; 74 }; 75 76 meta = with lib; {
··· 68 PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system"; 69 70 passthru = { 71 + updateScript = nix-update-script { }; 72 }; 73 74 meta = with lib; {
+1 -3
pkgs/tools/misc/apt-offline/default.nix
··· 28 29 pythonimportsCheck = [ "apt-offline" ]; 30 31 - passthru.updateScript = nix-update-script { 32 - attrPath = pname; 33 - }; 34 35 meta = with lib; { 36 homepage = "https://github.com/rickysarraf/apt-offline";
··· 28 29 pythonimportsCheck = [ "apt-offline" ]; 30 31 + passthru.updateScript = nix-update-script { }; 32 33 meta = with lib; { 34 homepage = "https://github.com/rickysarraf/apt-offline";
+1 -3
pkgs/tools/misc/dotter/default.nix
··· 26 checkInputs = [ which ]; 27 28 passthru = { 29 - updateScript = nix-update-script { 30 - attrPath = pname; 31 - }; 32 }; 33 34 meta = with lib; {
··· 26 checkInputs = [ which ]; 27 28 passthru = { 29 + updateScript = nix-update-script { }; 30 }; 31 32 meta = with lib; {
+1 -1
pkgs/tools/misc/dsq/default.nix
··· 46 ''; 47 48 passthru = { 49 - updateScript = nix-update-script { attrPath = pname; }; 50 51 tests.version = testers.testVersion { package = dsq; }; 52 };
··· 46 ''; 47 48 passthru = { 49 + updateScript = nix-update-script { }; 50 51 tests.version = testers.testVersion { package = dsq; }; 52 };
+1 -1
pkgs/tools/misc/eget/default.nix
··· 31 ''; 32 33 passthru = { 34 - updateScript = nix-update-script { attrPath = pname; }; 35 tests.version = testers.testVersion { 36 package = eget; 37 command = "eget -v";
··· 31 ''; 32 33 passthru = { 34 + updateScript = nix-update-script { }; 35 tests.version = testers.testVersion { 36 package = eget; 37 command = "eget -v";
+1 -3
pkgs/tools/misc/flameshot/default.nix
··· 20 }; 21 22 passthru = { 23 - updateScript = nix-update-script { 24 - attrPath = pname; 25 - }; 26 }; 27 28 nativeBuildInputs = [ cmake qttools qtsvg ];
··· 20 }; 21 22 passthru = { 23 + updateScript = nix-update-script { }; 24 }; 25 26 nativeBuildInputs = [ cmake qttools qtsvg ];
+1 -3
pkgs/tools/misc/hashit/default.nix
··· 33 ''; 34 35 passthru = { 36 - updateScript = nix-update-script { 37 - attrPath = pname; 38 - }; 39 }; 40 41 meta = with lib; {
··· 33 ''; 34 35 passthru = { 36 + updateScript = nix-update-script { }; 37 }; 38 39 meta = with lib; {
+1 -1
pkgs/tools/misc/notify/default.nix
··· 26 doCheck = false; 27 28 passthru = { 29 - updateScript = nix-update-script { attrPath = pname; }; 30 }; 31 32 meta = with lib; {
··· 26 doCheck = false; 27 28 passthru = { 29 + updateScript = nix-update-script { }; 30 }; 31 32 meta = with lib; {
+1 -3
pkgs/tools/misc/open-pdf-sign/default.nix
··· 20 ''; 21 22 passthru = { 23 - updateScript = nix-update-script { 24 - attrPath = pname; 25 - }; 26 }; 27 28 meta = with lib; {
··· 20 ''; 21 22 passthru = { 23 + updateScript = nix-update-script { }; 24 }; 25 26 meta = with lib; {
+1 -3
pkgs/tools/misc/qflipper/default.nix
··· 88 cp installer-assets/udev/42-flipperzero.rules $out/etc/udev/rules.d/ 89 ''; 90 91 - passthru.updateScript = nix-update-script { 92 - attrPath = pname; 93 - }; 94 95 meta = with lib; { 96 broken = stdenv.isDarwin;
··· 88 cp installer-assets/udev/42-flipperzero.rules $out/etc/udev/rules.d/ 89 ''; 90 91 + passthru.updateScript = nix-update-script { }; 92 93 meta = with lib; { 94 broken = stdenv.isDarwin;
+1 -3
pkgs/tools/misc/rauc/default.nix
··· 23 }; 24 25 passthru = { 26 - updateScript = nix-update-script { 27 - attrPath = pname; 28 - }; 29 }; 30 31 enableParallelBuilding = true;
··· 23 }; 24 25 passthru = { 26 + updateScript = nix-update-script { }; 27 }; 28 29 enableParallelBuilding = true;
+1 -3
pkgs/tools/misc/yutto/default.nix
··· 37 38 pythonImportsCheck = [ "yutto" ]; 39 40 - passthru.updateScript = nix-update-script { 41 - attrPath = pname; 42 - }; 43 44 meta = with lib; { 45 description = "A Bilibili downloader";
··· 37 38 pythonImportsCheck = [ "yutto" ]; 39 40 + passthru.updateScript = nix-update-script { }; 41 42 meta = with lib; { 43 description = "A Bilibili downloader";
+1 -1
pkgs/tools/networking/godns/default.nix
··· 18 19 ldflags = [ "-s" "-w" "-X main.Version=${version}" ]; 20 21 - passthru.updateScript = nix-update-script { attrPath = pname; }; 22 23 meta = with lib; { 24 description = "A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc";
··· 18 19 ldflags = [ "-s" "-w" "-X main.Version=${version}" ]; 20 21 + passthru.updateScript = nix-update-script { }; 22 23 meta = with lib; { 24 description = "A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc";
+1 -3
pkgs/tools/networking/tox-node/default.nix
··· 15 16 cargoSha256 = "sha256-L5IvYA32W8cTnuWjeljge5X+LZ912ugtcvEKXLqYZ+k="; 17 18 - passthru.updateScript = nix-update-script { 19 - attrPath = pname; 20 - }; 21 22 meta = with lib; { 23 description = "A server application to run tox node written in pure Rust";
··· 15 16 cargoSha256 = "sha256-L5IvYA32W8cTnuWjeljge5X+LZ912ugtcvEKXLqYZ+k="; 17 18 + passthru.updateScript = nix-update-script { }; 19 20 meta = with lib; { 21 description = "A server application to run tox node written in pure Rust";
+1 -3
pkgs/tools/networking/v2ray/default.nix
··· 48 ''; 49 50 passthru = { 51 - updateScript = nix-update-script { 52 - attrPath = "v2ray"; 53 - }; 54 tests.simple-vmess-proxy-test = nixosTests.v2ray; 55 }; 56
··· 48 ''; 49 50 passthru = { 51 + updateScript = nix-update-script { }; 52 tests.simple-vmess-proxy-test = nixosTests.v2ray; 53 }; 54
+1 -3
pkgs/tools/networking/vpn-slice/default.nix
··· 16 doCheck = false; 17 18 passthru = { 19 - updateScript = nix-update-script { 20 - attrPath = pname; 21 - }; 22 }; 23 24 meta = with lib; {
··· 16 doCheck = false; 17 18 passthru = { 19 + updateScript = nix-update-script { }; 20 }; 21 22 meta = with lib; {
+1 -3
pkgs/tools/networking/xray/default.nix
··· 55 ''; 56 57 passthru = { 58 - updateScript = nix-update-script { 59 - attrPath = pname; 60 - }; 61 }; 62 63 meta = {
··· 55 ''; 56 57 passthru = { 58 + updateScript = nix-update-script { }; 59 }; 60 61 meta = {
+1 -3
pkgs/tools/package-management/protontricks/default.nix
··· 56 57 pythonImportsCheck = [ "protontricks" ]; 58 59 - passthru.updateScript = nix-update-script { 60 - attrPath = pname; 61 - }; 62 63 meta = with lib; { 64 description = "A simple wrapper for running Winetricks commands for Proton-enabled games";
··· 56 57 pythonImportsCheck = [ "protontricks" ]; 58 59 + passthru.updateScript = nix-update-script { }; 60 61 meta = with lib; { 62 description = "A simple wrapper for running Winetricks commands for Proton-enabled games";
-1
pkgs/tools/security/firefox_decrypt/default.nix
··· 36 ''; 37 38 passthru.updateScript = nix-update-script { 39 - attrPath = pname; 40 extraArgs = [ "--version=branch" ]; 41 }; 42
··· 36 ''; 37 38 passthru.updateScript = nix-update-script { 39 extraArgs = [ "--version=branch" ]; 40 }; 41
+1 -1
pkgs/tools/security/oath-toolkit/default.nix
··· 19 20 configureFlags = lib.optionals stdenv.isDarwin [ "--disable-pam" ]; 21 22 - passthru.updateScript = nix-update-script { attrPath = pname; }; 23 24 meta = with lib; { 25 description = "Components for building one-time password authentication systems";
··· 19 20 configureFlags = lib.optionals stdenv.isDarwin [ "--disable-pam" ]; 21 22 + passthru.updateScript = nix-update-script { }; 23 24 meta = with lib; { 25 description = "Components for building one-time password authentication systems";
+1 -1
pkgs/tools/system/s-tui/default.nix
··· 21 ]; 22 23 passthru = { 24 - updateScript = nix-update-script { attrPath = pname; }; 25 tests = testers.testVersion { package = s-tui; }; 26 }; 27
··· 21 ]; 22 23 passthru = { 24 + updateScript = nix-update-script { }; 25 tests = testers.testVersion { package = s-tui; }; 26 }; 27
+1 -3
pkgs/tools/text/snippetpixie/default.nix
··· 66 ''; 67 68 passthru = { 69 - updateScript = nix-update-script { 70 - attrPath = pname; 71 - }; 72 }; 73 74 meta = with lib; {
··· 66 ''; 67 68 passthru = { 69 + updateScript = nix-update-script { }; 70 }; 71 72 meta = with lib; {
+1 -1
pkgs/tools/virtualization/rootlesskit/default.nix
··· 14 vendorSha256 = "sha256-ILGUJsfG60qVu1RWoe8gwjVDfhPoAVZck0CVORgN2y0="; 15 16 passthru = { 17 - updateScript = nix-update-script { attrPath = pname; }; 18 tests = nixosTests.docker-rootless; 19 }; 20
··· 14 vendorSha256 = "sha256-ILGUJsfG60qVu1RWoe8gwjVDfhPoAVZck0CVORgN2y0="; 15 16 passthru = { 17 + updateScript = nix-update-script { }; 18 tests = nixosTests.docker-rootless; 19 }; 20