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
|
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 = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue