From 99a86537a4e76cc44cc3c4c02570f7490d948093 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 30 May 2023 07:54:30 +0200 Subject: [PATCH] Switch nixpkgs channel from unstable to 23.05 This is a temporarily workaround for https://github.com/nix-community/home-manager/issues/4035 --- home/files/nix-channels | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/files/nix-channels b/home/files/nix-channels index 7305179..9cc4ed4 100644 --- a/home/files/nix-channels +++ b/home/files/nix-channels @@ -1,3 +1,3 @@ -https://nixos.org/channels/nixpkgs-unstable nixpkgs +https://nixos.org/channels/nixpkgs-23.05 nixpkgs https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager https://github.com/fossar/nix-phps/archive/master.tar.gz phps