diff --git a/standard/overlays/default.nix b/standard/overlays/default.nix index a13ea3cf..7bfcb4ce 100644 --- a/standard/overlays/default.nix +++ b/standard/overlays/default.nix @@ -1,7 +1,7 @@ # This file defines overlays {inputs, ...}: { # This one brings our custom packages from the 'pkgs' directory - additions = final: _prev: import ../pkgs {pkgs = final;}; + additions = final: _prev: import ../pkgs final.pkgs; # This one contains whatever you want to overlay # You can change versions, add patches, set compilation flags, anything really.