From 2e23d1644c2c653023668211dab73306c80e1453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Wed, 4 Jun 2025 16:04:50 +0200 Subject: [PATCH] [HACK] Point panel's env at modifiable repository --- panel/env.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/panel/env.nix b/panel/env.nix index 07ce4193..b8b3e1fb 100644 --- a/panel/env.nix +++ b/panel/env.nix @@ -3,11 +3,9 @@ pkgs, ... }: -let - inherit (builtins) toString; -in + { - REPO_DIR = toString ../.; + REPO_DIR = "/run/fedipanel/flake"; # explicitly use nix, as e.g. lix does not have configurable-impure-env BIN_PATH = lib.makeBinPath [ # explicitly use nix, as e.g. lix does not have configurable-impure-env