Skip to content

Commit

Permalink
2024/06/18-18:20:14
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jun 18, 2024
1 parent 0f71883 commit 15b2d36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/wsl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ with lib;
];
};

nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.8" ];
nixpkgs.config.permittedInsecurePackages = [ "${pkgs.python27Full.name}" ];

environment = {
variables = {
Expand All @@ -36,7 +36,6 @@ with lib;
systemPackages = with pkgs; [
python312
python27Full
pre-commit
mdbook
mdbook-mermaid
mdbook-linkcheck
Expand Down

0 comments on commit 15b2d36

Please sign in to comment.