test
This commit is contained in:
parent
901e67adbd
commit
3d00b2d055
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
|||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||
script = ''
|
||||
ls /
|
||||
echo "hello world"
|
||||
whoami
|
||||
id
|
||||
source ~/.bashrc
|
||||
|
@ -64,6 +66,8 @@
|
|||
enable = true;
|
||||
path = [ pkgs.at pkgs.fx pkgs.nodejs pkgs.bash ];
|
||||
script = ''
|
||||
ls /
|
||||
echo "hello world"
|
||||
whoami
|
||||
id
|
||||
source ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue