fix: switch firefox and watchman to unstable to pull from cache

also remove some unnecessary packages
This commit is contained in:
Noah Masur
2026-08-08 10:21:03 -04:00
parent 2d5de254e4
commit 8ae7fd435e
3 changed files with 11 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
inputs: final: prev: {
firefox-unwrapped = final.stable.firefox-unwrapped;
# Switch firefox to stable or unstable depending on need
firefox-unwrapped = final.unstable.firefox-unwrapped;
}