From 275eaa5ba5d7480728f7d35d88ab095aaa0bbde8 Mon Sep 17 00:00:00 2001 From: zmrocze Date: Mon, 18 Dec 2023 18:35:34 +0100 Subject: [PATCH] Fix path --- effects/push-cache/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/push-cache/default.nix b/effects/push-cache/default.nix index 6cf5cbd..a04d7c6 100644 --- a/effects/push-cache/default.nix +++ b/effects/push-cache/default.nix @@ -1,7 +1,7 @@ { lib, withSystem, config, ... }: let pkgs-x86_64-linux = withSystem "x86_64-linux" ({ pkgs, ... }: pkgs); in { - imports = [ .././flake-module.nix ]; + imports = [ ../../flake-module.nix ]; options = { push-cache-effect = {