rust overlay

This commit is contained in:
2023-06-03 21:52:04 -04:00
parent a4a768e10d
commit 4fd3aac5e5
3 changed files with 13 additions and 2 deletions

5
nixpkgs/config.nix Normal file
View File

@@ -0,0 +1,5 @@
{
permittedInsecurePackages = [
"nodejs-16.20.0"
];
}