Update nixpkgs and friends

This commit is contained in:
Natsu Kagami 2025-03-23 02:03:27 +01:00
parent b67684750a
commit fb77961052
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 45 additions and 29 deletions

View file

@ -67,7 +67,7 @@
lib = nixpkgs.lib;
applyOverlays = { ... }: {
nixpkgs.overlays = lib.mkBefore overlays;
nixpkgs.overlays = lib.mkAfter overlays;
};
nixpkgsAsRegistry_ = stable: { lib, ... }: {