Update comments

This commit is contained in:
Jimbo 2024-09-13 02:13:39 -04:00
parent b2ba535a18
commit 07666417e0

View file

@ -4,7 +4,6 @@
additions = final: _prev: import ../pkgs {pkgs = final;}; additions = final: _prev: import ../pkgs {pkgs = final;};
# This one contains whatever you want to overlay # This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
selfsuper = (self: super: { selfsuper = (self: super: {
mpv = super.mpv.override { mpv = super.mpv.override {
@ -16,7 +15,7 @@
# Patches go here # Patches go here
}); });
# Unstable nixpkgs and nur through 'pkgs.unstable' and 'pkgs.nur' # Unstable nixpkgs
unstable-packages = final: _prev: { unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable { unstable = import inputs.nixpkgs-unstable {
system = final.system; system = final.system;