ok nix builds just busted on spindle for now, trying standard cargo build
Orual 2 months ago 2c035e2c b130615a
··· 6 7 dependencies: 8 nixpkgs: 0 0 9 10 steps: 11 - name: build crate 12 command: | 13 - nix shell --command cargo build
··· 6 7 dependencies: 8 nixpkgs: 9 + - rustup 10 + - just 11 12 steps: 13 - name: build crate 14 command: | 15 + cargo build