this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+10
.tangled
workflows
+10
.tangled/workflows/build-publish.yaml
··· 17 17 nixpkgs: 18 18 - cargo 19 19 - dotnet-sdk 20 + - mono 20 21 - wget 21 22 - unzip 22 23 - git 23 24 - gcc 24 25 25 26 steps: 27 + # SETUP passwd 28 + - name: "Create /etc/passwd" 29 + command: "echo root:x:0:0::$PWD/home:/usr/bin/bash > /etc/passwd" 30 + - name: "Create fake home" 31 + command: "mkdir $PWD/home" 32 + 26 33 # GODOTSTEAM 27 34 - name: "Get GodotSteam" 28 35 command: "wget -nv https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip" ··· 36 43 command: "wget -nv https://github.com/NotNite/GDWeave/releases/download/v2.0.14/GDWeave.zip -O gdweave.zip" 37 44 - name: "Unzip GDWeave" 38 45 command: "unzip gdweave.zip" 46 + 47 + # Setup home dir 48 + 39 49 40 50 # MANIFESTATION 41 51 - name: "Install Manifestation"