24 May 2021 |
| @grahamc:nixos.org set the history visibility to "world_readable". | 00:02:36 |
| @grahamc:nixos.org changed the room name to "" from "". | 00:02:36 |
| Server Stats Discoverer (traveler bot) joined the room. | 00:02:57 |
| 0x76 joined the room. | 00:04:11 |
| Dandellion joined the room. | 00:05:21 |
| andi- joined the room. | 00:17:35 |
| Matrix Traveler (bot) joined the room. | 00:18:32 |
| colemickens joined the room. | 00:21:42 |
| vika (she/her) 🏳️⚧️ joined the room. | 07:12:51 |
| higebu joined the room. | 07:38:39 |
| [0x4A6F] joined the room. | 18:46:42 |
26 May 2021 |
| Jonas Chevalier joined the room. | 11:05:35 |
27 May 2021 |
| ldesgoui joined the room. | 23:21:22 |
28 May 2021 |
| garbas joined the room. | 11:50:03 |
| asymmetric joined the room. | 16:06:29 |
| globin joined the room. | 17:05:25 |
29 May 2021 |
| edude03 joined the room. | 01:26:40 |
ldesgoui | Good morning, it is time to do cursed things
# ATTN: This Dockerfile is only here to provide compatibility
# We are now building images using Nix (https://nixos.org)
# Building using this Dockerfile is discouraged, it may also be flimsy
from nixpkgs/nix as builder
env NIX_PATH="nixpkgs=channel:nixos-20.09"
workdir /src
# You have to edit this to actually copy project sources over
copy default.nix .
run nix build \
--print-build-logs \
--option filter-syscalls false \
--option keep-build-log false \
--option max-jobs auto \
--option sandbox false \
&& mkdir /archive \
&& tar zxf ./result -C /archive \
&& mkdir /fs \
&& nix run nixpkgs.jq -c jq -r '.[0].Layers[]' /archive/manifest.json \
| nix run nixpkgs.findutils -c xargs -i tar xf /archive/{} -C /fs
from scratch as runner
copy --from=builder /fs /
# You might need to set CMD or ENTRYPOINT here
| 14:57:43 |
| shanesveller joined the room. | 20:43:44 |
| shanesveller changed their profile picture. | 21:09:45 |
30 May 2021 |
| risson joined the room. | 08:56:19 |