flake.nix: remove inputs

This commit is contained in:
Charlie Root 2024-08-20 21:55:45 +02:00
commit 99551246bc
4 changed files with 79 additions and 237 deletions

View file

@ -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 []