Skip to content

Commit

Permalink
nix-required-mounts: refactor: drop unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge committed Jun 26, 2024
1 parent ebeb6b9 commit 7d667a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/by-name/ni/nix-required-mounts/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
addOpenGLRunpath,
cmake,
allowedPatternsPath ? callPackage ./closure.nix { inherit allowedPatterns; },
allowedPatterns ? rec {
# This config is just an example.
Expand All @@ -19,16 +18,13 @@
];
nvidia-gpu.unsafeFollowSymlinks = true;
},
buildPackages,
callPackage,
extraWrapperArgs ? [ ],
formats,
lib,
makeWrapper,
nix,
nixosTests,
python3Packages,
runCommand,
}:

let
Expand Down

0 comments on commit 7d667a0

Please sign in to comment.