vlc
This commit is contained in:
@ -276,7 +276,7 @@ in rec {
|
|||||||
blender
|
blender
|
||||||
godot
|
godot
|
||||||
obs-studio
|
obs-studio
|
||||||
# vlc
|
vlc # Addition to mpv without any shaders etc
|
||||||
kdenlive
|
kdenlive
|
||||||
krita
|
krita
|
||||||
inkscape
|
inkscape
|
||||||
|
@ -5,7 +5,7 @@ let
|
|||||||
# By specifying this we can just add our derivation to derivations/default.nix and it will land here
|
# By specifying this we can just add our derivation to derivations/default.nix and it will land here
|
||||||
additions = final: prev: import ../derivations { inherit inputs; pkgs = final; };
|
additions = final: prev: import ../derivations { inherit inputs; pkgs = final; };
|
||||||
|
|
||||||
modifications = final: prev: {
|
modifications = final: prev: rec {
|
||||||
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; }; # Only kept as an example, has nothing to do with current dconf-editor-wrapped derivation
|
# dconf-editor-wrapped = import ./dconf-editor.nix { inherit final prev; }; # Only kept as an example, has nothing to do with current dconf-editor-wrapped derivation
|
||||||
# Use dconf-editor.nix: { final, prev }: final.<package>.overrideAttrs (oldAttrs: { ... }) or sth similar
|
# Use dconf-editor.nix: { final, prev }: final.<package>.overrideAttrs (oldAttrs: { ... }) or sth similar
|
||||||
};
|
};
|
||||||
@ -15,4 +15,4 @@ in
|
|||||||
# Basically we need some sort of list of all overlays that can be imported from the flake
|
# Basically we need some sort of list of all overlays that can be imported from the flake
|
||||||
# in the overlays = [ ... ] section of the pkgs = import nixpkgs { ... } configuration
|
# in the overlays = [ ... ] section of the pkgs = import nixpkgs { ... } configuration
|
||||||
# Somehow this library function turns additions/modifications into that
|
# Somehow this library function turns additions/modifications into that
|
||||||
nixpkgs.lib.composeManyExtensions [ additions modifications ]
|
nixpkgs.lib.composeManyExtensions [ additions modifications ]
|
||||||
|
Reference in New Issue
Block a user