about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorisabel <isabel@isabelroses.com>2024-05-26 19:08:40 +0100
committerEmery Hemingway <ehmry@posteo.net>2024-05-30 05:56:07 +0000
commit63aceac7660e1fd0c3211ff2399f0d0e7aec868f (patch)
treeb16e48b13f3c8d418d4aefe650a11ce2bbf729bb /pkgs/applications/window-managers
parentcf2531726c4aab2b7ffaa117c07512015ff4d089 (diff)
treewide: remove unused occurence of fetchFromGitHub argument
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/xmonad/xmonadctl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/xmonad/xmonadctl.nix b/pkgs/applications/window-managers/xmonad/xmonadctl.nix
index f7dfe1354025a..23495f5d00418 100644
--- a/pkgs/applications/window-managers/xmonad/xmonadctl.nix
+++ b/pkgs/applications/window-managers/xmonad/xmonadctl.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, fetchFromGitHub, ghcWithPackages, haskellPackages, ... }:
+{ stdenv, lib, ghcWithPackages, haskellPackages, ... }:
 
 let xmonadctlEnv = ghcWithPackages (self: [ self.xmonad-contrib self.X11 ]);
 in stdenv.mkDerivation rec {