Skip to content

Commit

Permalink
fix: Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 10, 2024
1 parent db3c0b0 commit d314175
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions pkgs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ in
}
packageInputs;

generateLockFiles = self.callPackage ./lock {
inherit flakeLockFile;
};
generateLockFiles = self.callPackage ./lock { };

excludeLocalPackages = attrs: removeAttrs attrs localPackages;
in {
Expand Down
1 change: 0 additions & 1 deletion pkgs/emacs/lock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
runCommandLocal,
writeShellScript,
writeShellApplication,
# Current version
}: {
packageInputs,
flakeNix ? false,
Expand Down

0 comments on commit d314175

Please sign in to comment.