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

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;