From 09c814e3f0a20f5eecf1f13b0e71f96f91e98abb Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Mon, 30 Dec 2024 22:56:01 +0100 Subject: [PATCH] fix --- common/pubkeys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pubkeys.nix b/common/pubkeys.nix index 561ed0b..5147644 100644 --- a/common/pubkeys.nix +++ b/common/pubkeys.nix @@ -13,5 +13,5 @@ ''; }; - config.pubkeys = import self + /pubkeys.nix; + config.pubkeys = import (self + /pubkeys.nix); }