mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: 🔥 Remove useless file
This commit is contained in:
parent
8ae4f3815a
commit
fd9145b7a8
|
|
@ -44,7 +44,9 @@
|
||||||
lib.makeLibraryPath [
|
lib.makeLibraryPath [
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
];
|
];
|
||||||
|
|
||||||
LD_LIBRARY_PATH = "${libPath}";
|
LD_LIBRARY_PATH = "${libPath}";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
bun
|
bun
|
||||||
vips
|
vips
|
||||||
|
|
|
||||||
12
shell.nix
12
shell.nix
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue