diff --git a/flake.nix b/flake.nix index a2397e6..0322c4c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,7 @@ description = "A simple NixOS flake"; inputs = { - # NixOS official package source, using the nixos-23.11 branch here - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, nixpkgs, ... }@inputs: {