permittedInsecurePackages

This commit is contained in:
John Lancaster
2025-07-04 01:28:54 -05:00
parent 2b686288de
commit e471c311c2

View File

@@ -59,6 +59,10 @@
"vscode-extension-github-copilot" "vscode-extension-github-copilot"
]; ];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w"
];
home.packages = with pkgs; [ home.packages = with pkgs; [
(writeShellScriptBin "nhmu" '' (writeShellScriptBin "nhmu" ''
nix flake update --flake ~/.config/home-manager nix flake update --flake ~/.config/home-manager