Skip to content

matthiasdebernardini/miniscript-tabconf

Repository files navigation

miniscript-tabconf

slides

Install Nix/Devenv

  • Installs Nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
  • Fetches cachix
nix-env -iA cachix -f https://cachix.org/api/v1/install
  • Allows the OS to run devenv
echo "trusted-users = root ubuntu" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
cachix use devenv
  • Fetches devenv
nix-env -if https://github.com/cachix/devenv/tarball/latest
git clone some_repo
cd some_repo
  • Enables dev shell (bundles, cargo, tools and some other things)
devenv shell

About

miniscript-tabconf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published