diff --git a/flake.nix b/flake.nix index bb0154e..a7e574b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # Nixpkgs - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; sops-nix.url = "github:Mic92/sops-nix"; # You can access packages and modules from different nixpkgs revs # at the same time. Here's an working example: @@ -11,7 +11,7 @@ # Also see the 'unstable-packages' overlay at 'overlays/default.nix'. # Home manager - home-manager.url = "github:nix-community/home-manager/release-23.05"; + home-manager.url = "github:nix-community/home-manager/release-23.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; # Add any other flake you might need diff --git a/home-manager/EDI-Lillian.nix b/home-manager/EDI-Lillian.nix index 9505858..ffdf66d 100644 --- a/home-manager/EDI-Lillian.nix +++ b/home-manager/EDI-Lillian.nix @@ -18,7 +18,7 @@ # You can also split up your configuration and import pieces of it here: # ./nvim.nix - ]; + ];23.05 nixpkgs = { # You can add overlays here @@ -192,5 +192,5 @@ systemd.user.startServices = "sd-switch"; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion - home.stateVersion = "23.05"; + home.stateVersion = "23.11"; } diff --git a/nixos/EDI/configuration.nix b/nixos/EDI/configuration.nix index ea5ac94..7d1431a 100644 --- a/nixos/EDI/configuration.nix +++ b/nixos/EDI/configuration.nix @@ -166,5 +166,5 @@ environment.pathsToLink = ["/share/zsh"]; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion - system.stateVersion = "23.05"; + system.stateVersion = "unstable"; }