Use stable channel

This commit is contained in:
Valentin Brandl 2023-06-23 14:09:45 +02:00
parent 6b76c30eb0
commit a3d26cb984
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

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