removed davinci-resolve

This commit is contained in:
Kristian Krsnik 2023-08-13 22:52:54 +02:00
parent 7f49730f8f
commit d4b0fc654a
2 changed files with 7 additions and 10 deletions

View File

@ -63,15 +63,15 @@
system = final.system; system = final.system;
config = {allowUnfreePredicate = _: true;}; config = {allowUnfreePredicate = _: true;};
}; };
#master = import inputs.nixpkgs-master { master = import inputs.nixpkgs-master {
# system = final.system; system = final.system;
# config = {allowUnfreePredicate = (_: true);}; config = {allowUnfreePredicate = (_: true);};
#}; };
} }
) )
( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074 #( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074
final: prev: {davinci-resolve = final.unstable.davinci-resolve;} # final: prev: {davinci-resolve = final.master.davinci-resolve;}
) #)
]; ];
} }
]; ];

View File

@ -16,9 +16,6 @@ with pkgs; [
signal-desktop signal-desktop
element-desktop element-desktop
# Video Editor
davinci-resolve
# image editor # image editor
gimp gimp