diff --git a/flake.nix b/flake.nix index d7b05c97..6daf6de6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "NixOS System Config"; inputs = { - nixpkgs.url = "nixpkgs/nixos-23.11"; + nixpkgs.url = "nixpkgs/nixos-unstable"; # nixpkgs-wayland - Wayland-specific packages not in nixpkgs nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland"; # home-manager - Dotfile mnagement - add /master at the end to pull from master @@ -38,7 +38,7 @@ let inherit (self) outputs; # To move back to unstable, set this to 'unstable' and mae the nkxpkgs url = "nixpkgs/nixos-unstable" - stateVersion = "23.11"; + stateVersion = "unstable"; # If you move back to Unstable, set this to the latest version available and add /master to the hm url above hmStateVersion = "23.11"; libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };