chore: 🔥 Remove useless file

This commit is contained in:
Jesse Wierzbinski 2025-04-19 13:27:25 +02:00
parent 8ae4f3815a
commit fd9145b7a8
No known key found for this signature in database
2 changed files with 2 additions and 12 deletions

View file

@ -44,7 +44,9 @@
lib.makeLibraryPath [
stdenv.cc.cc.lib
];
LD_LIBRARY_PATH = "${libPath}";
buildInputs = with pkgs; [
bun
vips

View file

@ -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