summary refs log tree commit diff
path: root/pkgs/os-specific/bsd
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-05-06 15:48:25 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-05-06 15:48:25 -0400
commita3e54cb5823b4f338ce46acccb142bae7de585c2 (patch)
tree223806f291391df55301db8843a4a9bfe9f68349 /pkgs/os-specific/bsd
parentc63e69cd894faada0daaef386fcc6273a957c66e (diff)
parent5f7ad00ae9e1ee00573798e7f9ddfdd28456b075 (diff)
downloadnixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.tar
nixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.tar.gz
nixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.tar.bz2
nixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.tar.lz
nixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.tar.xz
nixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.tar.zst
nixpkgs-a3e54cb5823b4f338ce46acccb142bae7de585c2.zip
Merge remote-tracking branch 'upstream/staging-next' into staging
Diffstat (limited to 'pkgs/os-specific/bsd')
-rw-r--r--pkgs/os-specific/bsd/netbsd/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/os-specific/bsd/netbsd/default.nix b/pkgs/os-specific/bsd/netbsd/default.nix
index 261704cba69..801d574b5bc 100644
--- a/pkgs/os-specific/bsd/netbsd/default.nix
+++ b/pkgs/os-specific/bsd/netbsd/default.nix
@@ -26,7 +26,8 @@ in lib.makeScopeWithSplicing
   splicePackages
   newScope
   otherSplices
-  {}
+  (_: {})
+  (_: {})
   (self: let
     inherit (self) mkDerivation;
   in {