fix impure
This commit is contained in:
@@ -3,7 +3,7 @@ with pkgs;
|
|||||||
haskellPackages.mkDerivation {
|
haskellPackages.mkDerivation {
|
||||||
pname = "xmobar";
|
pname = "xmobar";
|
||||||
version = "0.1.0.0";
|
version = "0.1.0.0";
|
||||||
src = /etc/nixos/home/programs/xmonad/src/xmobar/.;
|
src = ./.;
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = with haskellPackages; [ base xmobar ];
|
executableHaskellDepends = with haskellPackages; [ base xmobar ];
|
||||||
|
|||||||
Reference in New Issue
Block a user