From 19f70f19e46a9acc78ac5c7674802b749bdf7eed Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 4 Jan 2025 11:53:55 -0800 Subject: [PATCH] flake update and update nix version to 24.11 --- flake.lock | 6 +++--- home.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index b6cb642..b389a28 100644 --- a/flake.lock +++ b/flake.lock @@ -100,11 +100,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1735998325, - "narHash": "sha256-4Zh6FUTQSbAfalbPyrzRTH0GTapf9/qlCEs2OaejFJQ=", + "lastModified": 1736020005, + "narHash": "sha256-1wLkiazcUjmFj7UYb7VoqClAvoGc+k061Lqc5Tqrw8A=", "owner": "nix-community", "repo": "nur", - "rev": "867df4df63ec4f24b79aa6ea97805e2d5efd376a", + "rev": "33f1c2d499b8eac46ec4fc19b49c8740a2482cc1", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index 4bebd82..4189da2 100644 --- a/home.nix +++ b/home.nix @@ -23,7 +23,7 @@ ]; home = { - stateVersion = "24.05"; + stateVersion = "24.11"; sessionVariables = { EDITOR = "nvim"; VISUAL = "$EDITOR";