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