Whatever changes idk i just wanna pull on my server
This commit is contained in:
parent
5560c87175
commit
1d3c95e680
10 changed files with 29 additions and 30 deletions
|
@ -6,11 +6,15 @@
|
|||
# This one contains whatever you want to overlay
|
||||
# You can change versions, add patches, set compilation flags, anything really.
|
||||
# https://nixos.wiki/wiki/Overlays
|
||||
modifications = (self: super: {
|
||||
selfsuper = (self: super: {
|
||||
mpv = super.mpv.override {
|
||||
scripts = with self.mpvScripts; [mpris sponsorblock thumbnail];
|
||||
};
|
||||
});
|
||||
|
||||
finalprev = (final: prev: {
|
||||
# Patches go here
|
||||
});
|
||||
|
||||
# Unstable nixpkgs and nur through 'pkgs.unstable' and 'pkgs.nur'
|
||||
unstable-packages = final: _prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue