From 5720ab20dcf63d660cde47a84f7b4e8e61345fef Mon Sep 17 00:00:00 2001 From: voidarc Date: Thu, 2 Apr 2026 10:47:43 +0100 Subject: [PATCH] updated flake and some other stuff --- flake.lock | 6 +++--- flake.nix | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f52c5ed..4b75299 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1771848320, - "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", + "lastModified": 1775036866, + "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", + "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3fc36d9..0709833 100644 --- a/flake.nix +++ b/flake.nix @@ -82,8 +82,9 @@ ]; shellHook = '' - export TREE_SITTER_LIB_PATH="${pkgs.tree-sitter}/lib" - echo "Neovim LSP environment loaded" + export TREE_SITTER_LIB_PATH="${pkgs.tree-sitter}/lib" + echo "Neovim LSP environment loaded" + export DEVSHELL_NAME="󱄅 flake/#89dceb" ''; }; };