From 2841d7fc68dfd1d81725e664e50599261067de04 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 2 Feb 2025 11:23:35 +0100 Subject: [PATCH] update --- flake.lock | 24 ++++++++++++------------ home-manager/vscode.nix | 2 +- nixos/configuration.nix | 1 + 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 85e6d65..5de0c38 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1737120639, - "narHash": "sha256-p5e/45V41YD3tMELuiNIoVCa25/w4nhOTm0B9MtdHFI=", + "lastModified": 1738448366, + "narHash": "sha256-4ATtQqBlgsGqkHTemta0ydY6f7JBRXz4Hf574NHQpkg=", "owner": "nix-community", "repo": "home-manager", - "rev": "a0046af169ce7b1da503974e1b22c48ef4d71887", + "rev": "18fa9f323d8adbb0b7b8b98a8488db308210ed93", "type": "github" }, "original": { @@ -64,11 +64,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736883708, - "narHash": "sha256-uQ+NQ0/xYU0N1CnXsa2zghgNaOPxWpMJXSUJJ9W7140=", + "lastModified": 1738410390, + "narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "eb62e6aa39ea67e0b8018ba8ea077efe65807dc8", + "rev": "3a228057f5b619feb3186e986dbe76278d707b6e", "type": "github" }, "original": { @@ -96,11 +96,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1736883708, - "narHash": "sha256-uQ+NQ0/xYU0N1CnXsa2zghgNaOPxWpMJXSUJJ9W7140=", + "lastModified": 1738142207, + "narHash": "sha256-NGqpVVxNAHwIicXpgaVqJEJWeyqzoQJ9oc8lnK9+WC4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "eb62e6aa39ea67e0b8018ba8ea077efe65807dc8", + "rev": "9d3ae807ebd2981d593cddd0080856873139aa40", "type": "github" }, "original": { @@ -117,11 +117,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1737145355, - "narHash": "sha256-DgJ/L/6ATnOrjkY14ezkS6rC6RsHeSmrQonT9IFdKUI=", + "lastModified": 1738362438, + "narHash": "sha256-EO2dVkMVLThWqv4hobEZEZGWBEuH2Z9SYqQDrbLSclU=", "owner": "nix-community", "repo": "NUR", - "rev": "bdfa0d317c1047607535054414b253d17bdaff25", + "rev": "95ddad0ff0e67c90314c6ca46324dce5f9a910d2", "type": "github" }, "original": { diff --git a/home-manager/vscode.nix b/home-manager/vscode.nix index 6c5b5c1..b6c59d7 100644 --- a/home-manager/vscode.nix +++ b/home-manager/vscode.nix @@ -59,7 +59,7 @@ ms-vscode.cmake-tools ms-vscode.cpptools ms-vscode.hexeditor - nvarner.typst-lsp + myriad-dreamin.tinymist redhat.vscode-yaml rust-lang.rust-analyzer tamasfe.even-better-toml diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 654b061..3120d60 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -362,4 +362,5 @@ in # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion + system.stateVersion = "22.11"; }