Compare commits
3 Commits
2c46141e47
...
3399947eb0
| Author | SHA1 | Date | |
|---|---|---|---|
| 3399947eb0 | |||
| 28e9c06d92 | |||
| 014fd6eb4e |
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"elixirLS.projectDir": "server"
|
||||
}
|
||||
@ -25,6 +25,7 @@
|
||||
buildInputs = with pkgs; [
|
||||
# Elixir/Erlang for server
|
||||
elixir
|
||||
elixir-ls
|
||||
erlang
|
||||
|
||||
# File watching for Phoenix live reload
|
||||
@ -48,7 +49,7 @@
|
||||
|
||||
shellHook = ''
|
||||
echo "Systant development environment loaded"
|
||||
echo "Elixir: $(elixir --version | head -1)"
|
||||
echo "Elixir: $(elixir --version | tail -1)"
|
||||
echo "Node.js: $(node --version)"
|
||||
echo ""
|
||||
echo "Directories:"
|
||||
@ -72,7 +73,7 @@
|
||||
apps = {
|
||||
default = {
|
||||
type = "app";
|
||||
program = "${self.packages.${system}.default}/bin/systant";
|
||||
program = "${self.packages.${system}.default}/bin/systant start";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user