Skip to content

Commit

Permalink
fix: remove redundant installShellFiles from fvm package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
MH0386 committed Dec 26, 2024
1 parent 48376b7 commit c9be5a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/fv/fvm/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
buildDartApplication,
installShellFiles,
clang,
pkg-config,
gtk3,
Expand All @@ -24,12 +23,10 @@ buildDartApplication rec {
pubspecLock = lib.importJSON ./pubspec.lock.json;

nativeBuildInputs = [
installShellFiles
clang
pkg-config
gtk3
cmake
installShellFiles
];

shellHook = ''
Expand Down

0 comments on commit c9be5a8

Please sign in to comment.