summary refs log tree commit diff
path: root/pkgs/development/beam-modules/hex-registry-snapshot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/beam-modules/hex-registry-snapshot.nix')
-rw-r--r--pkgs/development/beam-modules/hex-registry-snapshot.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/beam-modules/hex-registry-snapshot.nix b/pkgs/development/beam-modules/hex-registry-snapshot.nix
index b4f02a127c0..9f5cc3a63e6 100644
--- a/pkgs/development/beam-modules/hex-registry-snapshot.nix
+++ b/pkgs/development/beam-modules/hex-registry-snapshot.nix
@@ -20,4 +20,8 @@ stdenv.mkDerivation rec {
     setupHook = writeText "setupHook.sh" ''
         export HEX_REGISTRY_SNAPSHOT="$1/var/hex/registry.ets"
    '';
+
+    meta = {
+        platforms = stdenv.lib.platforms.unix;
+    };
 }