Skip to content

Commit

Permalink
[*] update normally
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Aug 1, 2024
1 parent d457a85 commit c25394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ pkgs.mkShell {
gst_all_1.gst-vaapi.dev
];
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = with pkgs.buildPackages; [ pkg-config flutter jdk17 clang ];
nativeBuildInputs = with pkgs.buildPackages; [ pkg-config flutter clang ];
}

0 comments on commit c25394c

Please sign in to comment.