Skip to content

Instantly share code, notes, and snippets.

@quinn-dougherty
Created January 14, 2025 20:50
Show Gist options
  • Select an option

  • Save quinn-dougherty/c3ac74cfdaa923a94c1cd210c11fa566 to your computer and use it in GitHub Desktop.

Select an option

Save quinn-dougherty/c3ac74cfdaa923a94c1cd210c11fa566 to your computer and use it in GitHub Desktop.
For the verilib servers
# install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# install nix
sh <(curl -L https://nixos.org/nix/install) --daemon
# enable flakes
mkdir -p /etc/nix
echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment