From 19e022057dc84ad6705bde8fffa29c08a4429e4e Mon Sep 17 00:00:00 2001 From: nobodyinperson Date: Fri, 9 May 2025 03:23:51 +0000 Subject: [PATCH] --- doc/forum/Standalone_builds_in_nix.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/forum/Standalone_builds_in_nix.mdwn diff --git a/doc/forum/Standalone_builds_in_nix.mdwn b/doc/forum/Standalone_builds_in_nix.mdwn new file mode 100644 index 0000000000..574ee5f74c --- /dev/null +++ b/doc/forum/Standalone_builds_in_nix.mdwn @@ -0,0 +1,3 @@ +Nix/NixOS/nixpkgs tends to hang behind git-annex packaging, which is annoying. The standalone builds of git annex work fine when downloaded manually, but that's not the nix way ;-) Here is a derivation for the standalone builds: [git-annex-standalone.nix](https://gitlab.com/nobodyinperson/nixconfig/-/blob/c74523beb6eacf31d95d5f1a79d1558563fc82fc/pkgs/git-annex-standalone.nix). Also [this discussion](https://discourse.nixos.org/t/packaging-prebuilt-haskell-binaries/64031/1). + +One thing that's quite inelegant here is the lack of predictable urls for specific versions of the standalone builds. One has to grab them from the annexed content and build a sus looking download link. This also presents a bootstrapping problem as one would need git annex to do that.