summary refs log tree commit diff
path: root/pkgs/common-updater
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-25 09:26:54 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-25 18:31:47 +0100
commita6ce00c50c36624fec06b2b756a766d4d0f4a888 (patch)
tree8d032f7254e836548750154e99dd5f579dc2a2d3 /pkgs/common-updater
parente06e84759533c03b308b8b706da33908b4ef1cb9 (diff)
downloadnixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.gz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.bz2
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.lz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.xz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.zst
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.zip
treewide: remove stdenv where not needed
Diffstat (limited to 'pkgs/common-updater')
-rw-r--r--pkgs/common-updater/unstable-updater.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/common-updater/unstable-updater.nix b/pkgs/common-updater/unstable-updater.nix
index 94cd33b9a26..d315c1027ab 100644
--- a/pkgs/common-updater/unstable-updater.nix
+++ b/pkgs/common-updater/unstable-updater.nix
@@ -1,5 +1,4 @@
-{ stdenv
-, writeShellScript
+{ writeShellScript
 , coreutils
 , git
 , nix