Merge pull request #1483 from SuperSandro2000/patch-2

Add missing slash
This commit is contained in:
Jörg Thalheim 2025-05-09 15:49:33 +00:00 committed by GitHub
commit 183bc39d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@
inputs = {};
});
nixComponentsForHydra = final.lib.makeScope final.nixDependenciesForHydra.newScope
(import (nix + "packaging/components.nix") {
(import (nix + "/packaging/components.nix") {
officialRelease = true;
inherit (final) lib;
pkgs = final;