home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5aa583e933224be18783b3e4d781f84079f20a04
parent 255cb86c5866b3c6cc782fe54e974a99842ac63d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 30 May 2020 11:39:24 +0200

modules.core: fix overlays link

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/core/nix.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/nix.nix b/modules/core/nix.nix @@ -94,7 +94,7 @@ in system = { extraSystemBuilderCmds = '' ln -sv ${pkgs.path} $out/nixpkgs - ln -sv ${../overlays} $out/overlays + ln -sv ${../../overlays} $out/overlays ''; stateVersion = "20.03";