mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
refactor: simplify shellhook
This commit is contained in:
parent
59c879aedb
commit
8df9020a1d
1 changed files with 2 additions and 4 deletions
|
@ -64,14 +64,12 @@
|
|||
fenix.latest.rustfmt
|
||||
inputs.alejandra.outputs.defaultPackage.${ system }
|
||||
nixpkgs.jq
|
||||
nixpkgs.nodejs
|
||||
nixpkgs.nodePackages.prettier
|
||||
nixpkgs.nodePackages.prettier-plugin-toml
|
||||
nixpkgs.shfmt
|
||||
treefmt
|
||||
];
|
||||
shellHook =
|
||||
''
|
||||
export NODE_PATH=${ nixpkgs.nodePackages.prettier-plugin-toml }/lib/node_modules:$NODE_PATH
|
||||
'';
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue