From 1243f930923ae4746d69281fdb4d5581029ec717 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 1 Nov 2024 12:20:53 +0100 Subject: [PATCH] expose the set of overlays I use again --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 94fef03..0ff770a 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,8 @@ type = "app"; program = "${self.homeActivations.${machine}}/activate"; }); + + inherit defaultOverlays; # hydraJobs = { # laptop.x86_64-linux = self.homeActivations.laptop;