Add a not-working snippet to show where system packages are imported.

This commit is contained in:
Tom Alexander 2025-01-24 18:53:57 -05:00
parent 281dffc9c0
commit e9e792961c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -198,6 +198,12 @@
in in
formatted; formatted;
# environment.etc."system-packages-with-source".text = builtins.concatStringsSep "\n\n" (
# builtins.map (
# x: x.file + "\n" + builtins.concatStringsSep "\n" (builtins.map (s: " " + s) x.value)
# ) config.environment.systemPackages.definitionsWithLocations
# );
# nixpkgs.overlays = [ # nixpkgs.overlays = [
# (final: prev: { # (final: prev: {
# nix = pkgs-unstable.nix; # nix = pkgs-unstable.nix;