Skip to content

Commit

Permalink
cassandra_4 doesn't require python-2
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Mar 3, 2024
1 parent 5b0a688 commit bf54ea5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
pgadmin4 = prev.pgadmin4.overrideAttrs (_: { doInstallCheck = false; });
})
];
config.permittedInsecurePackages = [
# Required for cassandra. Python 2.7 has reached its EOL.
"python-2.7.18.7"
];
};
process-compose =
let
Expand Down

0 comments on commit bf54ea5

Please sign in to comment.