Skip to content

Commit

Permalink
add default.nix for nixos development
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshument committed Oct 11, 2023
1 parent 9074943 commit f1879c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
with import <nixpkgs> {};

(pkgs.stdenvAdapters.useMoldLinker stdenv).mkDerivation {
name = "revolt-backend-libs";
buildInputs = [ openssl openssl.dev ];
nativeBuildInputs = [ pkg-config ];
# LD_LIBRARY_PATH = lib.makeLibraryPath [ openssl ];
}

0 comments on commit f1879c2

Please sign in to comment.