summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-12-10 11:41:05 +0100
committerLinnnus <[email protected]>2023-12-10 11:41:05 +0100
commitbcc5ce08eebee29bbc366f4d99e9ac47bb0dcac9 (patch)
tree4bf19df3114f0376f2bacb334918d03c642ab784 /flake.nix
parentf2244c558a8160b7eb6f88712c86108f78054054 (diff)
Upgrade to NixOS v23.11
So far I have only tested this with Muhammed. I have yet to test the changes on Ahmed. This commit should be considered broken to him. I keep getting warnings about docbook but that appears to be an issue with HM. https://github.com/nix-community/home-manager/issues/4273
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 7c2fa52..0308993 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,13 +1,13 @@
{
inputs = {
nixpkgs = {
- url = "github:NixOS/nixpkgs/nixos-23.05";
+ url = "github:NixOS/nixpkgs/nixos-23.11";
};
nixpkgs-unstable = {
url = "nixpkgs/nixos-unstable";
};
home-manager = {
- url = "github:nix-community/home-manager/release-23.05";
+ url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-darwin = {