summary refs log tree commit diff
path: root/pkgs/development/beam-modules/hex-registry-snapshot.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-03 13:34:44 +0000
committerRobin Gloster <mail@glob.in>2016-08-03 13:34:44 +0000
commit1b979d83845945dabffebff5033cf864b41d5c64 (patch)
tree6e81ba4ab8cd28ad9fc8d9e2a3a298bc5a403042 /pkgs/development/beam-modules/hex-registry-snapshot.nix
parent3f9e8601f2a8537de90f04375400538049bbdaf2 (diff)
parentd93f917182dc5da7aca53fb9a847374ec0c7429a (diff)
downloadnixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.tar
nixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.tar.gz
nixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.tar.bz2
nixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.tar.lz
nixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.tar.xz
nixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.tar.zst
nixpkgs-1b979d83845945dabffebff5033cf864b41d5c64.zip
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
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;
+    };
 }