Update gandalf shell
This commit is contained in:
parent
e159686aac
commit
8b282119c9
1 changed files with 1 additions and 4 deletions
|
@ -7,7 +7,6 @@
|
||||||
category = "general commands";
|
category = "general commands";
|
||||||
help = "Install dependencies";
|
help = "Install dependencies";
|
||||||
command = ''
|
command = ''
|
||||||
yarn install
|
|
||||||
bundle install
|
bundle install
|
||||||
bundle pristine
|
bundle pristine
|
||||||
'';
|
'';
|
||||||
|
@ -28,8 +27,6 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
imagemagick
|
imagemagick
|
||||||
libyaml
|
libyaml
|
||||||
nodejs
|
|
||||||
yarn
|
|
||||||
];
|
];
|
||||||
env = [
|
env = [
|
||||||
{ name = "DATABASE_URL"; value = "mysql2://root:gandalf@127.0.0.1:3306/gandalf"; }
|
{ name = "DATABASE_URL"; value = "mysql2://root:gandalf@127.0.0.1:3306/gandalf"; }
|
||||||
|
@ -45,6 +42,6 @@
|
||||||
};
|
};
|
||||||
language.ruby = {
|
language.ruby = {
|
||||||
package = pkgs.ruby_3_0;
|
package = pkgs.ruby_3_0;
|
||||||
nativeDeps = [ pkgs.sqlite pkgs.libmysqlclient pkgs.zlib ];
|
nativeDeps = [ pkgs.libmysqlclient pkgs.zlib ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue