about summary refs log tree commit diff
path: root/pkgs/by-name/in/incus/ui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/in/incus/ui.nix')
-rw-r--r--pkgs/by-name/in/incus/ui.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/in/incus/ui.nix b/pkgs/by-name/in/incus/ui.nix
index ec7518ef83ad8..5d2d248d6940e 100644
--- a/pkgs/by-name/in/incus/ui.nix
+++ b/pkgs/by-name/in/incus/ui.nix
@@ -3,7 +3,7 @@
 , fetchFromGitHub
 , fetchYarnDeps
 , nodejs
-, prefetch-yarn-deps
+, fixup-yarn-lock
 , yarn
 , nixosTests
 , git
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     nodejs
-    prefetch-yarn-deps
+    fixup-yarn-lock
     yarn
     git
   ];