ok
This commit is contained in:
parent
205544be44
commit
ca6bf0f2f4
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
dwm = prev.dwm.overrideAttrs (old: {
|
||||
src = ../config/dwm;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nativeBuildInputs = with inputs.nixpkgs; [
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
imlib2
|
||||
|
@ -30,7 +30,7 @@
|
|||
});
|
||||
dwmblocks = prev.dwm.overrideAttrs (old: {
|
||||
src = ../config/dwmblocks;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nativeBuildInputs = with inputs.nixpkgs; [
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
imlib2
|
||||
|
|
Loading…
Reference in a new issue