We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc037a5 commit f896351Copy full SHA for f896351
.idx/dev.nix
@@ -1,12 +1,12 @@
1
# To learn more about how to use Nix to configure your environment
2
# see: https://firebase.google.com/docs/studio/customize-workspace
3
{ pkgs, ... }: {
4
- channel = "stable-24.11";
+ channel = "stable-25.05";
5
6
7
# Use https://search.nixos.org/packages to find packages
8
packages = with pkgs; [
9
- bash-completion
+ fish
10
neovim
11
gitui
12
ripgrep
0 commit comments