about summary refs log tree commit diff
path: root/scripts/nix-generate-patches.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/nix-generate-patches.in')
-rw-r--r--scripts/nix-generate-patches.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-generate-patches.in b/scripts/nix-generate-patches.in
index d22098a109de..c96cc704a1e8 100644
--- a/scripts/nix-generate-patches.in
+++ b/scripts/nix-generate-patches.in
@@ -2,7 +2,7 @@
 
 use strict;
 use File::Temp qw(tempdir);
-use readmanifest;
+use NixManifest;
 use GeneratePatches;
 
 if (scalar @ARGV != 5) {