From 7d3987bdc8b7310f3603720980a04e7444dd823c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Wed, 21 May 2025 10:48:08 +0200 Subject: [PATCH] Just: fix overlay path --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 1a049073..76501a25 100644 --- a/Justfile +++ b/Justfile @@ -30,7 +30,7 @@ env name action profilePath="~/.environments": drv=$(nix-build -E " let sources = import ./nix/sources.nix {}; pkgs = import sources.nixpkgs { - overlays = with (import ../overlays); [ + overlays = with (import ./nix/overlays); [ packages ]; };