From 1bd7ad090e3e8ed1b9f431a1df17d6abeb3e37e5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 12:38:58 +0200 Subject: [PATCH] Use Unstabel --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bc7040f..87b4501 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ }; inputs = { - nixpkgs.url = github:NixOS/nixpkgs; + nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; nur.url = github:nix-community/NUR; home-manager= { url = github:nix-community/home-manager; @@ -47,6 +47,7 @@ config.allowUnfree = true; #overlays = [ prismlauncher.overlay nur.overlay ]; }; + system.stateVersion = "23.05" } ]; };