From 9308a12cc8f593705a403376edb0d6d202981138 Mon Sep 17 00:00:00 2001 From: John Axel Eriksson Date: Mon, 9 Oct 2023 09:28:13 +0200 Subject: [PATCH] Fix nix lint complaint. --- users/profiles/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/hyprland.nix b/users/profiles/hyprland.nix index b08a2354..0133a202 100644 --- a/users/profiles/hyprland.nix +++ b/users/profiles/hyprland.nix @@ -76,7 +76,7 @@ terminal-bin = "${pkgs.wezterm}/bin/wezterm start --always-new-process"; dev-env = name: pkgs.writeShellApplication { - name = name; + inherit name; runtimeInputs = with pkgs; [wezterm]; text = '' exec wezterm connect --class=${name} ${name}