mirror of
https://github.com/nmasur/dotfiles
synced 2026-08-15 20:18:36 +00:00
7 lines
142 B
Nix
7 lines
142 B
Nix
inputs: final: prev: {
|
|
|
|
# Switch firefox to stable or unstable depending on need
|
|
firefox-unwrapped = final.unstable.firefox-unwrapped;
|
|
|
|
}
|