small error fixes

This commit is contained in:
alisceon 2026-03-19 19:30:36 +01:00
parent d43628b069
commit f4539a9c7d
3 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, repoRoot, ... }:
{ pkgs, ... }:
let
commands = import ../../../lib/commands.nix { inherit pkgs; };
inherit (commands) uwsm term;