Use stable channel

This commit is contained in:
2023-06-23 14:09:45 +02:00
parent 6b76c30eb0
commit a3d26cb984

View File

@ -1,12 +1,11 @@
{
inputs = {
home-manager = {
url = "github:nix-community/home-manager/master";
/* url = "github:nix-community/home-manager/release-22.05"; */
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
url = "github:nixos/nixpkgs/nixos-23.05";
};
flake-utils = {
url = "github:numtide/flake-utils";