Skip to content

Instantly share code, notes, and snippets.

@drupol
Created April 10, 2024 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drupol/697ca07f5f37f52c6c792b3cc658d6a8 to your computer and use it in GitHub Desktop.
Save drupol/697ca07f5f37f52c6c792b3cc658d6a8 to your computer and use it in GitHub Desktop.
.devcontainer.json
{
"image": "mcr.microsoft.com/devcontainers/base:alpine",
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"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#light --impure",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "fish"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment