Skip to content

Commit c2e2aad

Browse files
committed
Rename patchelf.nix to package.nix
Let's just call it by its conventional name, now.
1 parent 6dabfe1 commit c2e2aad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
else
6767
pkgs.stdenv;
6868
in
69-
pkgs.callPackage ./patchelf.nix {
69+
pkgs.callPackage ./package.nix {
7070
inherit version src;
7171
};
7272

File renamed without changes.

0 commit comments

Comments
 (0)