update fedipanel import references
This commit is contained in:
parent
d5264a52a1
commit
1d4004ccf4
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
let
|
||||
name = "panel";
|
||||
panel = (import ../../panel/default.nix { }).package;
|
||||
panel = (import ../../../panel/default.nix { }).package;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../../panel/nix/configuration.nix
|
||||
../../../panel/nix/configuration.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
|
|
Loading…
Add table
Reference in a new issue