diff options
Diffstat (limited to 'accounts/gkleen@sif/xmobar/xmobar-yggdrasil.nix')
-rw-r--r-- | accounts/gkleen@sif/xmobar/xmobar-yggdrasil.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/xmobar/xmobar-yggdrasil.nix b/accounts/gkleen@sif/xmobar/xmobar-yggdrasil.nix index 1dfc619b..852fb8e5 100644 --- a/accounts/gkleen@sif/xmobar/xmobar-yggdrasil.nix +++ b/accounts/gkleen@sif/xmobar/xmobar-yggdrasil.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { mkDerivation, base, hpack, stdenv, xmobar }: | 1 | { mkDerivation, base, hpack, lib, xmobar }: |
2 | mkDerivation { | 2 | mkDerivation { |
3 | pname = "xmobar-yggdrasil"; | 3 | pname = "xmobar-yggdrasil"; |
4 | version = "0.0.0"; | 4 | version = "0.0.0"; |
@@ -9,5 +9,5 @@ mkDerivation { | |||
9 | executableHaskellDepends = [ base xmobar ]; | 9 | executableHaskellDepends = [ base xmobar ]; |
10 | preConfigure = "hpack"; | 10 | preConfigure = "hpack"; |
11 | license = "unknown"; | 11 | license = "unknown"; |
12 | hydraPlatforms = stdenv.lib.platforms.none; | 12 | hydraPlatforms = lib.platforms.none; |
13 | } | 13 | } |