Just: fix overlay path

This commit is contained in:
Primrose 2025-05-21 10:48:08 +02:00
parent bc3d339e30
commit 7d3987bdc8
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -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
];
};