diff --git a/flake.nix b/flake.nix index 9ca1a63..b0220ae 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ url = github:edolstra/flake-compat; flake = false; }; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; nixpkgs_latest.url = "github:NixOS/nixpkgs/nixos-unstable"; nix-direnv.url = "github:nix-community/nix-direnv"; nix-direnv.inputs = { @@ -27,7 +27,7 @@ # import underneath this project # will not be able to use any of those # overlays. - overlays = [ + overlays = [ nix-direnv.overlay ] ++ ( # At the moment nixgl only supports x86_64-linux