Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: packages marked as insecure #65

Closed
aleeusgr opened this issue Oct 3, 2023 · 6 comments
Closed

bug: packages marked as insecure #65

aleeusgr opened this issue Oct 3, 2023 · 6 comments

Comments

@aleeusgr
Copy link
Owner

aleeusgr commented Oct 3, 2023

nixpkgs.config.permittedInsecurePackages = [
"python-2.7.18.6"
];

how to fix?

See here:
https://github.com/NixOS/nixpkgs/blob/a73feccb2a3ad78e2359b5504a7b8f7c62faa129/pkgs/development/haskell-modules/HACKING.md

@aleeusgr
Copy link
Owner Author

aleeusgr commented Oct 3, 2023

NixOS/nixpkgs#209804

@aleeusgr aleeusgr changed the title home manager depends on deprecated python fix: environment depends on packages marked as insecure Nov 5, 2023
@aleeusgr aleeusgr changed the title fix: environment depends on packages marked as insecure fix: environment depends on packages marked as insecure in new nixpkgs versions Nov 5, 2023
@aleeusgr aleeusgr changed the title fix: environment depends on packages marked as insecure in new nixpkgs versions fix: environment depends on packages marked as insecure in unstable nixpkgs Nov 5, 2023
@aleeusgr aleeusgr changed the title fix: environment depends on packages marked as insecure in unstable nixpkgs fix: packages marked as insecure Nov 5, 2023
@aleeusgr
Copy link
Owner Author

aleeusgr commented Nov 6, 2023

$nix path-info -r /run/current-system | grep "python"

/nix/store/lzsr6hlbjyqihyz3nfrbpazg1a2mg65x-python-2.7.18.6

nix-store -q --referrers <path from previous step> to list the packages that depend on the offending package

@aleeusgr
Copy link
Owner Author

aleeusgr commented Nov 6, 2023

/nix/store/lzsr6hlbjyqihyz3nfrbpazg1a2mg65x-python-2.7.18.6
/nix/store/ab6lv49nxl8gw4xjijhqla1lqcrg73j5-home-manager-path
/nix/store/bbm1qx4bi3fc83ng3kzy42wy17iib9vs-home-manager-path
/nix/store/d5623bpqwdbgl5l8s5x03a7snn750kj0-home-manager-path
/nix/store/hfls12rqbsh02fbj705fkv495dxl34py-home-manager-path
/nix/store/k0b9wcasvlcskkif2ny896g771kz21di-home-manager-path
/nix/store/qdzfd2b4bw3ma94saxq6c7km1lvsysfg-home-manager-path
/nix/store/y2y6mnra5zp6x3szgf6yv0wqxr4pn9rs-home-manager-path

@aleeusgr
Copy link
Owner Author

aleeusgr commented Nov 6, 2023

@aleeusgr
Copy link
Owner Author

aleeusgr commented Nov 6, 2023

@aleeusgr
Copy link
Owner Author

11:00 $ nix-store -q --referrers /nix/store/ab6lv49nxl8gw4xjijhqla1lqcrg73j5-home-manager-path
/nix/store/fkvwjbfdsv5rkh4532nszyn4jiym7qqi-hm_fontconfigconf.d10hmfonts.conf

@aleeusgr aleeusgr changed the title fix: packages marked as insecure bug: packages marked as insecure Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant