summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 3ea2d4a..21245bc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,10 +1,10 @@
{
inputs = {
nixpkgs = {
- url = "github:NixOS/nixpkgs/nixos-22.11";
+ url = "github:NixOS/nixpkgs/nixos-23.05";
};
home-manager = {
- url = "github:nix-community/home-manager/release-22.11";
+ url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {