summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-05-31 16:12:17 +0200
committerDomen Kožar <domen@dev.si>2021-05-31 16:12:17 +0200
commitd93e538b5c17715397114834c800b23d99d2ac24 (patch)
tree2369e9b27a1ea42a8323996769c11f4db1af4123 /pkgs/top-level/release-small.nix
parent0d698e61863a9920fa92eb5fe6fa10cab4e415e0 (diff)
downloadnixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.tar
nixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.tar.gz
nixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.tar.bz2
nixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.tar.lz
nixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.tar.xz
nixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.tar.zst
nixpkgs-d93e538b5c17715397114834c800b23d99d2ac24.zip
tarball: check systems based on the list of supported systems
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index 7f86b30aaf0..47c47e04e1c 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -12,7 +12,7 @@ with import ./release-lib.nix { inherit supportedSystems nixpkgsArgs; };
 {
 
   tarball = import ./make-tarball.nix {
-    inherit nixpkgs;
+    inherit nixpkgs supportedSystems;
     officialRelease = false;
   };