Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Verified Commit 58078a84 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

devcontainer: optimize

parent c4bd52e1
No related branches found
No related tags found
1 merge request!4Draft: Devcontainer: exploration
Pipeline #155208 failed
......@@ -5,7 +5,7 @@
"extraNixConfig": "experimental-features = nix-command flakes"
}
},
"onCreateCommand": "nix run home-manager/master -- init --switch && rm -rf ~/.config/git/config && nix shell nixpkgs#git -c nix run home-manager/master -- switch --flake git+https://code.europa.eu/ecphp/devs-profile#default --impure",
"onCreateCommand": "rm -rf ~/.config/git/config && nix shell nixpkgs#gitMinimal -c nix run home-manager/master -- switch --flake git+https://code.europa.eu/ecphp/devs-profile#light --impure",
"customizations": {
"vscode": {
"settings": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment