fix impure

This commit is contained in:
2025-03-11 13:31:31 +01:00
parent f814970ded
commit f8d228d493

View File

@@ -3,7 +3,7 @@ with pkgs;
haskellPackages.mkDerivation {
pname = "xmobar";
version = "0.1.0.0";
src = /etc/nixos/home/programs/xmonad/src/xmobar/.;
src = ./.;
isLibrary = false;
isExecutable = true;
executableHaskellDepends = with haskellPackages; [ base xmobar ];