From 44eb727dc537403be092326639a5b7c6d7182146 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 2 May 2026 08:38:13 +0000 Subject: fixed like half of everything idk, you can install stuff now --- src/list_pkgs.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/list_pkgs.cc') diff --git a/src/list_pkgs.cc b/src/list_pkgs.cc index 487a75c..a64c753 100644 --- a/src/list_pkgs.cc +++ b/src/list_pkgs.cc @@ -1,10 +1,11 @@ #include #include "list_pkgs.hh" +#include "lua_state.hh" #include "vars.hh" void list_pkgs() { - for (auto repo : repos) { + for (auto repo : cached_repos) { std::cout << repo.first << std::endl; } } -- cgit v1.2.3