fix: empty env
This commit is contained in:
parent
675917283e
commit
6ddc1adcc8
|
@ -59,8 +59,8 @@
|
|||
];
|
||||
env = [
|
||||
{
|
||||
name = "";
|
||||
value = "";
|
||||
name = "TEST";
|
||||
value = "TSET";
|
||||
}
|
||||
];
|
||||
devshell.startup.pre-commit.text = config.pre-commit.installationScript;
|
||||
|
|
Loading…
Reference in a new issue