From fd9145b7a8ac54eb731c97cf73e70bc6ab8f03cf Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 19 Apr 2025 13:27:25 +0200 Subject: [PATCH] chore: :fire: Remove useless file --- flake.nix | 2 ++ shell.nix | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 shell.nix diff --git a/flake.nix b/flake.nix index 5b26432b..a10925ef 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,9 @@ lib.makeLibraryPath [ stdenv.cc.cc.lib ]; + LD_LIBRARY_PATH = "${libPath}"; + buildInputs = with pkgs; [ bun vips diff --git a/shell.nix b/shell.nix deleted file mode 100644 index cb1adcc4..00000000 --- a/shell.nix +++ /dev/null @@ -1,12 +0,0 @@ -(import - ( - let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in - fetchTarball { - url = lock.nodes.flake-compat.locked.url or "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz"; - sha256 = lock.nodes.flake-compat.locked.narHash; - } - ) - { src = ./.; } -).shellNix - -