mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-06-12 11:01:19 -07:00
remove old Node.js Nix packages and directly query them from pkgs instead
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
cargo-release
|
||||
clippy
|
||||
rustfmt
|
||||
nodePackages.prettier
|
||||
prettier
|
||||
nushell # for the .ci/gen-workflow-files.nu script
|
||||
proverif-patched
|
||||
];
|
||||
@@ -159,7 +159,7 @@
|
||||
cargo-release
|
||||
cargo-vet
|
||||
rustfmt
|
||||
nodePackages.prettier
|
||||
prettier
|
||||
nushell # for the .ci/gen-workflow-files.nu script
|
||||
proverif-patched
|
||||
pkgs.cargo-llvm-cov
|
||||
|
||||
+6
-6
@@ -13,16 +13,16 @@
|
||||
"*.json5"
|
||||
"*.md"
|
||||
"*.mdx"
|
||||
"*.toml"
|
||||
"*.yaml"
|
||||
"*.yml"
|
||||
];
|
||||
excludes = [ "supply-chain/*" ];
|
||||
settings = {
|
||||
plugins = [
|
||||
"${pkgs.nodePackages.prettier-plugin-toml}/lib/node_modules/prettier-plugin-toml/lib/index.js"
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.taplo = {
|
||||
enable = true;
|
||||
includes = [
|
||||
"*.toml"
|
||||
];
|
||||
};
|
||||
programs.rustfmt.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user