Skip to content

Commit

Permalink
davinci-resolve: migrate to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcmpbll committed Dec 6, 2024
1 parent 5c9f897 commit b2dddee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ buildFHSEnv {
runtimeInputs = [ curl jq common-updater-scripts ];
text = ''
set -o errexit
drv=pkgs/applications/video/davinci-resolve/default.nix
drv=pkgs/by-name/da/davinci-resolve/package.nix
currentVersion=${lib.escapeShellArg davinci.version}
downloadsJSON="$(curl --fail --silent https://www.blackmagicdesign.com/api/support/us/downloads.json)"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -975,9 +975,9 @@ with pkgs;

bikeshed = python3Packages.callPackage ../applications/misc/bikeshed { };

davinci-resolve = callPackage ../applications/video/davinci-resolve { };
davinci-resolve = callPackage ../by-name/da/davinci-resolve/package.nix { };

davinci-resolve-studio = callPackage ../applications/video/davinci-resolve { studioVariant = true; };
davinci-resolve-studio = callPackage ../by-name/da/davinci-resolve/package.nix { studioVariant = true; };

dehinter = with python3Packages; toPythonApplication dehinter;

Expand Down

0 comments on commit b2dddee

Please sign in to comment.