From 038c879f98f49ddce4eb18ce1da225e5c9b4ebbf Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sat, 24 Aug 2024 21:18:41 +1000 Subject: [PATCH] chore(nix): corrected ncmpcpp overlay path --- hosts/sanganto/default.nix | 2 +- hosts/sercanto/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sanganto/default.nix b/hosts/sanganto/default.nix index 8f07fa8..5ba1b98 100644 --- a/hosts/sanganto/default.nix +++ b/hosts/sanganto/default.nix @@ -32,7 +32,7 @@ "openssl-1.0.2u" ]; }; - overlays = [(import ../overlays/ncmpcpp.nix)]; + overlays = [(import ../../overlays/ncmpcpp.nix)]; }; boot = { diff --git a/hosts/sercanto/default.nix b/hosts/sercanto/default.nix index fcc81c9..e2463fb 100644 --- a/hosts/sercanto/default.nix +++ b/hosts/sercanto/default.nix @@ -34,7 +34,7 @@ "openssl-1.0.2u" ]; }; - overlays = [(import ../overlays/ncmpcpp.nix)]; + overlays = [(import ../../overlays/ncmpcpp.nix)]; }; boot = {