template-nix icon indicating copy to clipboard operation
template-nix copied to clipboard

The nix template, configured for Gitpod (www.gitpod.io) to give you pre-built, nix based ephemeral development environments in the cloud.

Results 4 template-nix issues
Sort by recently updated
recently updated
newest added

I got the following error: ``` error: syntax error, unexpected DOLLAR_CURLY, expecting ';', at /nix/store/5vs1z0gaws5529mip9d1m5srm66sgd41-nixpkgs-23.11pre527787.e12483116b3b/nixpkgs/pkgs/development/compilers/cudatoolkit/redist/extension.nix:92:65 #11 ERROR: process "/bin/sh -c . /home/gitpod/.nix-profile/etc/profile.d/nix.sh && nix-env -i git git-lfs" did not complete...

team: team-engine

Hi! I'd love to add support for gitpod, like for [codespaces](https://devenv.sh/integrations/codespaces-devcontainer), could you help me make this happen? Here's the Dockerfile: https://github.com/cachix/devenv/blob/main/devcontainer/Dockerfile

Hi! I was looking at this template and it seems that it installs Nix at build-time and then builds & enters the nix-shell at runtime. However, it would be nicer...

Add direnv whitelist configuration in dockerfile && mkdir -p .config/direnv \ && echo '[whitelist]' > .config/direnv/config.toml \ && echo prefix = [ \"/workspace\" ] >> .config/direnv/config.toml \