Skip to content

Commit

Permalink
update devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
scoiatael committed Jan 28, 2024
1 parent 146812e commit 4d503f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Set up global gitignore for direnv.
// "init-git": "mkdir -p ~/.config/git && printf '.direnv/\\n.envrc\\n' > ~/.config/git/ignore && git config --global core.excludesfile ~/.config/git/ignore",
// Install, set up and allow direnv in workspace.
"install-direnv": "nix profile install 'nixpkgs#direnv' 'nixpkgs#nix-direnv' && mkdir -p ~/.config/direnv && echo 'source $HOME/.nix-profile/share/nix-direnv/direnvrc' >> ~/.config/direnv/direnvrc && cp .envrc.recommended .envrc && direnv allow && echo 'eval \"$(direnv hook bash)\"' >> ~/.bashrc",
// "install-direnv": "nix profile install 'nixpkgs#direnv' 'nixpkgs#nix-direnv' && mkdir -p ~/.config/direnv && echo 'source $HOME/.nix-profile/share/nix-direnv/direnvrc' >> ~/.config/direnv/direnvrc && cp .envrc.recommended .envrc && direnv allow && echo 'eval \"$(direnv hook bash)\"' >> ~/.bashrc",
// Run `print-dev-env` to build `devShells.${system}.default`.
// "build-dev-env": "nix print-dev-env"
},
Expand Down

0 comments on commit 4d503f3

Please sign in to comment.