wip: currently rewriting the project as a full stack application tangled.org/kacaii.dev/sigo
gleam

:green_heart: use unstable gleam version

+15 -3
+15 -3
.tangled/workflows/lint.yml
··· 6 6 7 7 dependencies: 8 8 nixpkgs: 9 + - gnumake 10 + - findutils 11 + - gccgo 12 + 13 + github:NixOS/nixpkgs/nixpkgs-unstable: 9 14 - gleam 10 15 - beamminimal28packages.erlang 11 16 - beamminimal28packages.rebar3 12 - - gnumake 13 - - findutils 14 - - gccgo 15 17 16 18 steps: 19 + # @naomi: 20 + # > spindle doesn't currently set up the profile correctly, so you gotta 21 + # > add it onto your path so you have access to your binaries 22 + # 23 + # > *for non-nixery stuff, so anything using anything other 24 + # > than nixpkgs in dependencies 25 + - name: setup path correctly 26 + command: | 27 + export PATH="$HOME/.nix-profile/bin:$PATH" 28 + 17 29 - name: check for potential errors 18 30 command: | 19 31 gleam check -t erlang