Update channel to 23.05 for nix packages

This commit is contained in:
Andrew R. M 2023-11-13 17:15:09 +00:00
parent d3bb4e4007
commit 27e0a2f27a

View File

@ -36,7 +36,7 @@ cat << EOF > ~/.config/nixpkgs/flake.nix
description = "A declarative system installation"; description = "A declarative system installation";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; # also possible: `nixos-unstable` nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; # also possible: `nixos-unstable`
}; };
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }: