feat: stop using nixpkgs-wayland

This commit is contained in:
matt1432 2025-04-01 08:25:42 -04:00
parent 6a4f471824
commit dc89c399c0
10 changed files with 8 additions and 80 deletions
apps/update-sources/src

View file

@ -42,10 +42,6 @@ const main = async() => {
console.log(updateFirefoxAddons());
}
if (args['fcft']) {
console.log(runNixUpdate('fcft'));
}
if (args['h'] || args['homepage']) {
console.log(runNixUpdate('homepage'));
}
@ -133,7 +129,6 @@ const main = async() => {
console.log(execution.stdout);
};
updatePackage('fcft');
updatePackage('homepage');
updatePackage('jmusicbot');
updatePackage('pam-fprint-grosshack');