From d6ba115ac7f7e20d04b8952eb27ee117ec521e83 Mon Sep 17 00:00:00 2001 From: arne314 Date: Tue, 4 Nov 2025 22:50:55 +0100 Subject: [PATCH] chore: update nix flake --- .gitignore | 1 + flake.lock | 18 +++++++++--------- flake.nix | 4 ---- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 1bae829..7d618ad 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .obsidian assets +result diff --git a/flake.lock b/flake.lock index 256b9fe..ba8c867 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1749398372, - "narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=", + "lastModified": 1762040540, + "narHash": "sha256-z5PlZ47j50VNF3R+IMS9LmzI5fYRGY/Z5O5tol1c9I4=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569", + "rev": "0010412d62a25d959151790968765a70c436598b", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1750386251, - "narHash": "sha256-1ovgdmuDYVo5OUC5NzdF+V4zx2uT8RtsgZahxidBTyw=", + "lastModified": 1762156382, + "narHash": "sha256-Yg7Ag7ov5+36jEFC1DaZh/12SEXo6OO3/8rqADRxiqs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "076e8c6678d8c54204abcb4b1b14c366835a58bb", + "rev": "7241bcbb4f099a66aafca120d37c65e8dda32717", "type": "github" }, "original": { @@ -36,11 +36,11 @@ }, "nixpkgs-lib": { "locked": { - "lastModified": 1748740939, - "narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=", + "lastModified": 1761765539, + "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "656a64127e9d791a334452c6b6606d17539476e2", + "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index f2e7871..f6c6b56 100644 --- a/flake.nix +++ b/flake.nix @@ -28,10 +28,6 @@ pkgs.vimPlugins.luasnip pkgs.vimPlugins.nvim-treesitter-parsers.typst ]; - # TODO: make this check pass instead of skipping - neovimRequireCheckHook = '' - echo "Skipping neovimRequireCheckHook" - ''; }; in { packages = {