1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

components.nix: Simplify

This commit is contained in:
Robert Hensing 2024-06-26 04:17:30 +02:00
parent 25dc12aab1
commit c24dbf1457
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{pkgs, stdenv, versionSuffix}: scope:
scope:
let
inherit (scope) callPackage;
in