myc

Self-custodial remote signer for Radroots apps
git clone https://radroots.dev/git/myc.git
Log | Files | Refs | README | LICENSE

nix.md (329B)


      1 # Nix
      2 
      3 This repository uses Nix as the canonical local development and validation environment.
      4 
      5 ## Enter The Shell
      6 
      7 ```bash
      8 nix develop
      9 ```
     10 
     11 ## Command Map
     12 
     13 ```bash
     14 nix run .#fmt
     15 nix run .#check
     16 nix run .#test
     17 nix run .#release-acceptance
     18 ```
     19 
     20 Use `nix develop` before running narrower ad hoc cargo commands from this repo root.