about summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-22 22:43:53 +0300
committerK900 <me@0upti.me>2024-04-22 22:43:53 +0300
commit513c54588f8662dc08737ae2244a12147d1505ba (patch)
tree00a19065ea69e264abd3a1f867c595abae6c68b4 /pkgs/top-level/make-tarball.nix
parent5106caae709ca065781ed697b8675f09b5b03f62 (diff)
top-level/make-tarball.nix: drop unused argument
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index 17df40fa0fb16..586c65e1b9aba 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -4,7 +4,6 @@
 
 { nixpkgs
 , officialRelease
-, supportedSystems
 , pkgs ? import nixpkgs.outPath {}
 , nix ? pkgs.nix
 , lib-tests ? import ../../lib/tests/release.nix { inherit pkgs; }