From d7f698d3fbb3834107be278d1d827cf7cb3af4b3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 13 Dec 2023 21:41:41 +0900 Subject: [PATCH] Re-update to unstable --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; };