flake update and update nix version to 24.11

This commit is contained in:
Salar Rahmanian 2025-01-04 11:53:55 -08:00
parent 115dce6cb2
commit 19f70f19e4
2 changed files with 4 additions and 4 deletions

View file

@ -100,11 +100,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1735998325, "lastModified": 1736020005,
"narHash": "sha256-4Zh6FUTQSbAfalbPyrzRTH0GTapf9/qlCEs2OaejFJQ=", "narHash": "sha256-1wLkiazcUjmFj7UYb7VoqClAvoGc+k061Lqc5Tqrw8A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "867df4df63ec4f24b79aa6ea97805e2d5efd376a", "rev": "33f1c2d499b8eac46ec4fc19b49c8740a2482cc1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -23,7 +23,7 @@
]; ];
home = { home = {
stateVersion = "24.05"; stateVersion = "24.11";
sessionVariables = { sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "$EDITOR"; VISUAL = "$EDITOR";