aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index ce8d8ab..8b10f42 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
- ref = "nixos-22.11";
+ ref = "nixos-23.05";
};
futils.url = "github:numtide/flake-utils";
@@ -26,10 +26,9 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
- ref = "master";
+ ref = "release-23.05";
inputs = {
nixpkgs.follows = "nixpkgs";
- utils.follows = "futils";
};
};