Nix
Nix starter template for DevZero.
OPEN IN DEVZERO
Nix
version: "3"
build:
steps:
- type: apt-get
packages: ["curl"]
- type: command
command: |-
sh <(curl -L https://nixos.org/nix/install) --no-daemon
. ~/.nix-profile/etc/profile.d/nix.sh
shell: /bin/bash -l {}