Commit graph

3 commits

Author SHA1 Message Date
StepBroBD
6a6b981979
Fix nix flake overlays (#236) 2023-08-16 20:29:39 +02:00
bytedream
d295a57f84 Use dynamically linked openssl when running with nix 2023-08-16 17:26:03 +02:00
StepBroBD
49d64805ca
add nix flake (#210)
- add following functionality:
  - nix develop with direnv support
  - nix run and nix shell
  - nix fmt for flake.nix
  - and package overlay for https://github.com/NixOS/nixpkgs/pull/225502

- useful docs
  - https://stackoverflow.com/questions/53272197/how-do-i-override-the-libc-in-a-nix-package-to-be-musl
  - dd3aca2d0b/pkgs/top-level/stage.nix (L136)

- inspired by https://github.com/typst/typst/blob/main/flake.nix
2023-06-04 17:57:28 +02:00