summary refs log tree commit diff
path: root/pkgs/data/themes/orchis-theme
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2023-03-05 22:08:45 +0100
committerFelix Buehler <account@buehler.rocks>2023-03-06 22:40:04 +0100
commitd10e69c86bcd415f5c4347d3c6b981241e913465 (patch)
tree2ceccb33151ff07aa71680771ca6b6d549641164 /pkgs/data/themes/orchis-theme
parent794f34657e066a5e8cc4bb34491fee02240c6ac4 (diff)
downloadnixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.tar
nixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.tar.gz
nixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.tar.bz2
nixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.tar.lz
nixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.tar.xz
nixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.tar.zst
nixpkgs-d10e69c86bcd415f5c4347d3c6b981241e913465.zip
treewide: deprecate isNull
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
Diffstat (limited to 'pkgs/data/themes/orchis-theme')
-rw-r--r--pkgs/data/themes/orchis-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/orchis-theme/default.nix b/pkgs/data/themes/orchis-theme/default.nix
index 840072295aa..c536b7c5362 100644
--- a/pkgs/data/themes/orchis-theme/default.nix
+++ b/pkgs/data/themes/orchis-theme/default.nix
@@ -45,7 +45,7 @@ rec {
     runHook preInstall
     bash install.sh -d $out/share/themes -t all \
       ${lib.optionalString (tweaks != []) "--tweaks " + builtins.toString tweaks} \
-      ${lib.optionalString (!isNull border-radius) ("--round " + builtins.toString border-radius + "px")}
+      ${lib.optionalString (border-radius != null) ("--round " + builtins.toString border-radius + "px")}
     ${lib.optionalString withWallpapers ''
       mkdir -p $out/share/backgrounds
       cp src/wallpaper/{1080p,2k,4k}.jpg $out/share/backgrounds