Created
December 3, 2023 20:15
-
-
Save tarsius/509e9c65c9df1bc243d77cd968d60daa to your computer and use it in GitHub Desktop.
Revisions
-
tarsius created this gist
Dec 3, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ #!/usr/bin/env bash BASE=~/src/ushin GATE=$BASE/hyper-gateway/dist DATA=$BASE/test-data/gateway guix shell --container --emulate-fhs --network \ --expression='(list (@@ (gnu packages gcc) gcc) "lib")' \ --no-cwd --expose=$GATE --share=$DATA \ -- $GATE/hyper-gateway-linux \ run --writable --persist --storage-location $DATA