about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/update.nix
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-06-16 19:59:06 +0000
committerAlyssa Ross <hi@alyssa.is>2019-06-16 19:59:05 +0000
commitf3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a (patch)
treefc248141d976626274065a36839f64bd2dd3db99 /pkgs/desktops/pantheon/update.nix
parentccee4117be08f0474640e06f76a7881389fb7b47 (diff)
downloadnixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.gz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.bz2
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.lz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.xz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.zst
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.zip
treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
Diffstat (limited to 'pkgs/desktops/pantheon/update.nix')
-rw-r--r--pkgs/desktops/pantheon/update.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/update.nix b/pkgs/desktops/pantheon/update.nix
index 48fd2f2bf858..0162de7349a3 100644
--- a/pkgs/desktops/pantheon/update.nix
+++ b/pkgs/desktops/pantheon/update.nix
@@ -1,4 +1,4 @@
-{ stdenv, writeScript, runCommand, nix, bash, git, jq, nix-prefetch-scripts, coreutils, common-updater-scripts, gnugrep, gnused, curl }:
+{ runCommand, nix, bash, git, jq, nix-prefetch-scripts, coreutils, common-updater-scripts, gnugrep, gnused, curl }:
 { repoName, attrPath ? repoName, versionPolicy ? "release" }:
 let
   script = ./update.sh;