From 9aab23763a2af1eee36d2c7b862632e607375d64 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:46:24 +0300 Subject: [PATCH] ok --- flake.nix | 2 +- overlays/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index d0c3d496..1c92afe0 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ ); # overlays here - overlays = import ./overlays { inherit nixpkgs inputs; }; + overlays = import ./overlays { inherit inputs outputs; }; # modules :D nixosModules = import ./modules; diff --git a/overlays/default.nix b/overlays/default.nix index d6fd6ec3..5097e2d3 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,4 +1,4 @@ -{ pkgs, inputs, ...}: +{ inputs, ...}: { # This one brings our custom packages from the 'pkgs' directory additions = final: _prev: import ../packages { pkgs = final; }; @@ -21,7 +21,7 @@ }; dwm = prev.dwm.overrideAttrs (old: { src = ../config/dwm; - nativeBuildInputs = with inputs.nixpkgs; [ + nativeBuildInputs = with pkgs; [ xorg.libX11.dev xorg.libXft imlib2 @@ -30,7 +30,7 @@ }); dwmblocks = prev.dwm.overrideAttrs (old: { src = ../config/dwmblocks; - nativeBuildInputs = with inputs.nixpkgs; [ + nativeBuildInputs = with pkgs; [ xorg.libX11.dev xorg.libXft imlib2