removed davinci-resolve
This commit is contained in:
parent
7f49730f8f
commit
d4b0fc654a
14
flake.nix
14
flake.nix
@ -63,15 +63,15 @@
|
||||
system = final.system;
|
||||
config = {allowUnfreePredicate = _: true;};
|
||||
};
|
||||
#master = import inputs.nixpkgs-master {
|
||||
# system = final.system;
|
||||
# config = {allowUnfreePredicate = (_: true);};
|
||||
#};
|
||||
master = import inputs.nixpkgs-master {
|
||||
system = final.system;
|
||||
config = {allowUnfreePredicate = (_: true);};
|
||||
};
|
||||
}
|
||||
)
|
||||
( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074
|
||||
final: prev: {davinci-resolve = final.unstable.davinci-resolve;}
|
||||
)
|
||||
#( # Overrides davinci-resolve with the unstable version because of https://github.com/NixOS/nixpkgs/pull/246074
|
||||
# final: prev: {davinci-resolve = final.master.davinci-resolve;}
|
||||
#)
|
||||
];
|
||||
}
|
||||
];
|
||||
|
@ -16,9 +16,6 @@ with pkgs; [
|
||||
signal-desktop
|
||||
element-desktop
|
||||
|
||||
# Video Editor
|
||||
davinci-resolve
|
||||
|
||||
# image editor
|
||||
gimp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user