mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
move NODE_PATH to shellHook to fix direnv startup
This commit is contained in:
parent
2773817b56
commit
1a02818ca8
1 changed files with 3 additions and 1 deletions
|
|
@ -90,7 +90,9 @@
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
# KUBECONFIG = "kubeconfig.json";
|
# KUBECONFIG = "kubeconfig.json";
|
||||||
NODE_PATH = "${pkgs.nodePackages.prettier-plugin-toml}/lib/node_modules:$NODE_PATH";
|
shellHook = ''
|
||||||
|
export NODE_PATH="${pkgs.nodePackages.prettier-plugin-toml}/lib/node_modules:$NODE_PATH"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter = pkgs.treefmt;
|
formatter = pkgs.treefmt;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue