From f8ef9b922fe40244db82612d5c16ae168e0fbf85 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 9 Aug 2022 22:24:01 +0200 Subject: [PATCH] import the overlays in the flake --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 3e9dda44..bae56d61 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,9 @@ inputs.devshell.overlay inputs.nur.overlay inputs.emacs-overlay.overlay + + # All my own overlays + (import ./overlays { inherit nixpkgs; }) ]; };