Skip to content

Commit f896351

Browse files
author
longendu
committed
update dev.nix
1 parent cc037a5 commit f896351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.idx/dev.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# To learn more about how to use Nix to configure your environment
22
# see: https://firebase.google.com/docs/studio/customize-workspace
33
{ pkgs, ... }: {
4-
channel = "stable-24.11";
4+
channel = "stable-25.05";
55

66

77
# Use https://search.nixos.org/packages to find packages
88
packages = with pkgs; [
9-
bash-completion
9+
fish
1010
neovim
1111
gitui
1212
ripgrep

0 commit comments

Comments
 (0)