update fedipanel import references
All checks were successful
/ check-pre-commit (pull_request) Successful in 27s
/ check-website (pull_request) Successful in 13s
/ check-peertube (pull_request) Successful in 23s

This commit is contained in:
kiara Grouwstra 2025-02-25 17:11:50 +01:00
parent d5264a52a1
commit 1d4004ccf4
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -4,11 +4,11 @@
}: }:
let let
name = "panel"; name = "panel";
panel = (import ../../panel/default.nix { }).package; panel = (import ../../../panel/default.nix { }).package;
in in
{ {
imports = [ imports = [
../../panel/nix/configuration.nix ../../../panel/nix/configuration.nix
]; ];
environment.systemPackages = [ environment.systemPackages = [