home/editor: use new default package scheme
This commit is contained in:
parent
d8b53a9c9f
commit
bb6b84ece9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, lib, pkgs, ... }:
|
{ inputs, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
|
|
||||||
package = inputs.helix.defaultPackage.${pkgs.system};
|
package = inputs.helix.packages.${pkgs.system}.default;
|
||||||
|
|
||||||
clipboardProvider = pkgs.wl-clipboard;
|
clipboardProvider = pkgs.wl-clipboard;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue