fix: Fixes rare errors regarding Nix shell not finding the initialization script.
This commit is contained in:
parent
49db323e81
commit
fd4d6bfd65
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
source init.sh
|
if [ -f init.sh ]; then
|
||||||
|
source init.sh
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue