diff --git a/flake.nix b/flake.nix index f2ef350..078bc4a 100644 --- a/flake.nix +++ b/flake.nix @@ -8,8 +8,14 @@ outputs = inputs@{ flake-parts, nixpkgs, ... }: flake-parts.lib.mkFlake { inherit inputs; } { + imports = [ + flake-parts.flakeModules.easyOverlay + ]; systems = nixpkgs.lib.platforms.unix; perSystem = { config, self', inputs', pkgs, system, ... }: { + overlayAttrs = { + zdwl = config.packages.default; + }; packages.default = (old: pkgs.dwl.overrideAttrs { buildInputs = old.buildInputs ++ pkgs.fcft; src = ./.;