flake.nix: remove inputs
This commit is contained in:
parent
6b82532b2b
commit
99551246bc
4 changed files with 79 additions and 237 deletions
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: let
|
||||
cfg = config.modules.system.programs.editors.helix;
|
||||
|
@ -14,7 +13,7 @@ in {
|
|||
programs.helix = {
|
||||
enable = true;
|
||||
# thanks fuf, this is great!
|
||||
package = inputs'.helix.packages.default.overrideAttrs (previousAttrs: {
|
||||
package = pkgs.helix.overrideAttrs (previousAttrs: {
|
||||
makeWrapperArgs = with pkgs;
|
||||
previousAttrs.makeWrapperArgs
|
||||
or []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue