From 07666417e0f99faf752a02cf26773ddf6736dab0 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Fri, 13 Sep 2024 02:13:39 -0400 Subject: [PATCH] Update comments --- overlays/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index ea19dab..f653fe4 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -4,7 +4,6 @@ additions = final: _prev: import ../pkgs {pkgs = final;}; # This one contains whatever you want to overlay - # You can change versions, add patches, set compilation flags, anything really. # https://nixos.wiki/wiki/Overlays selfsuper = (self: super: { mpv = super.mpv.override { @@ -16,7 +15,7 @@ # Patches go here }); - # Unstable nixpkgs and nur through 'pkgs.unstable' and 'pkgs.nur' + # Unstable nixpkgs unstable-packages = final: _prev: { unstable = import inputs.nixpkgs-unstable { system = final.system;