From 576c199e2915ce893b261e6fd1a5fcc1e5ded85d Mon Sep 17 00:00:00 2001 From: Aditya Date: Tue, 4 Jul 2023 16:40:22 +0530 Subject: [PATCH] switch to unstable branch --- flake-home-manager.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake-home-manager.nix b/flake-home-manager.nix index 1b78da5..a30d3c9 100644 --- a/flake-home-manager.nix +++ b/flake-home-manager.nix @@ -3,9 +3,9 @@ inputs = { # Specify the source of Home Manager and Nixpkgs. - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-23.05"; + url = "github:nix-community/home-manager/master"; inputs.nixpkgs.follows = "nixpkgs"; }; };