remove shellhook, add nil to shell
This commit is contained in:
parent
3b852b7073
commit
1633f7d429
1 changed files with 2 additions and 11 deletions
|
@ -8,21 +8,12 @@ pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
flake.formatter.${system}
|
flake.formatter.${system}
|
||||||
pkgs.jq
|
pkgs.jq
|
||||||
|
pkgs.nil
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add environment variables
|
# Add environment variables
|
||||||
env = { };
|
env = { };
|
||||||
|
|
||||||
# Load custom bash code
|
# Load custom bash code
|
||||||
shellHook =
|
shellHook = '''';
|
||||||
# TODO(blocked/upstream): remove this once https://github.com/isbecker/treefmt-vscode/issues/3 is resolved
|
|
||||||
# (flake.inputs.nixago.lib.${system}.make {
|
|
||||||
# data = flake.formatter.${system}.settings;
|
|
||||||
# output = "treefmt.toml";
|
|
||||||
# format = "toml";
|
|
||||||
# }).shellHook
|
|
||||||
# +
|
|
||||||
''
|
|
||||||
echo $(git rev-parse --show-toplevel)
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue