Skip to content

Commit 8d944bf

Browse files
committed
Use the stable channel for packages
1 parent 0efb220 commit 8d944bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.idx/dev.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see: https://developers.google.com/idx/guides/customize-idx-env
33
{ pkgs, ... }: {
44
# Which nixpkgs channel to use.
5-
channel = "unstable"; # or "unstable"
5+
channel = "stable-23.11"; # or "unstable"
66

77
# Use https://search.nixos.org/packages to find packages
88
packages = [

0 commit comments

Comments
 (0)