about summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorDixon Sean Low Yan Feng <dixonseanlow@protonmail.com>2023-12-29 21:22:03 +0800
committerDixon Sean Low Yan Feng <dixonseanlow@protonmail.com>2023-12-29 21:22:03 +0800
commitb24ce6e15d9e771360c8c99f08d3b780751145d9 (patch)
tree1dd709b62fd016d2a8ff5bc638fee415028566ef /pkgs/data/fonts
parent5f64a12a728902226210bf01d25ec6cbb9d9265b (diff)
downloadnixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.tar
nixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.tar.gz
nixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.tar.bz2
nixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.tar.lz
nixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.tar.xz
nixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.tar.zst
nixlib-b24ce6e15d9e771360c8c99f08d3b780751145d9.zip
material-design-icons: add update script
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/material-design-icons/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/data/fonts/material-design-icons/default.nix b/pkgs/data/fonts/material-design-icons/default.nix
index 1a6537a0096f..433b2464a3ff 100644
--- a/pkgs/data/fonts/material-design-icons/default.nix
+++ b/pkgs/data/fonts/material-design-icons/default.nix
@@ -1,4 +1,8 @@
-{ lib, fetchFromGitHub, stdenvNoCC }:
+{ lib
+, fetchFromGitHub
+, stdenvNoCC
+, nix-update-script
+}:
 
 stdenvNoCC.mkDerivation rec {
   pname = "material-design-icons";
@@ -24,6 +28,8 @@ stdenvNoCC.mkDerivation rec {
     runHook postInstall
   '';
 
+  passthru.updateScript = nix-update-script { };
+
   meta = with lib; {
     description = "7000+ Material Design Icons from the Community";
     longDescription = ''