forked from Fediversity/Fediversity
[HACK] Point panel's env at modifiable repository
This commit is contained in:
parent
a64e81236e
commit
2e23d1644c
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue