nix-required-mounts: refactor: drop unused arguments

This commit is contained in:
Someone Serge
2024-06-26 00:35:45 +00:00
parent ebeb6b9d1d
commit 7d667a0996
@@ -1,6 +1,5 @@
{
addOpenGLRunpath,
cmake,
allowedPatternsPath ? callPackage ./closure.nix { inherit allowedPatterns; },
allowedPatterns ? rec {
# This config is just an example.
@@ -19,16 +18,13 @@
];
nvidia-gpu.unsafeFollowSymlinks = true;
},
buildPackages,
callPackage,
extraWrapperArgs ? [ ],
formats,
lib,
makeWrapper,
nix,
nixosTests,
python3Packages,
runCommand,
}:
let