working rust package override

plus flake update :P
This commit is contained in:
2025-10-22 19:45:10 -04:00
parent 5a59f98ebc
commit ecf728bc11
5 changed files with 87 additions and 22 deletions

View File

@@ -8,6 +8,9 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"mbedtls-2.28.10"
];
nix.package = pkgs.nix;