commit 2b30ad29c3792f04e66bad714291ea20e20bc36c parent 07fac5c92b8345e8f9886fab035902e2356ce1f0 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 1 Dec 2023 13:38:06 +0100 .github: add fake file for mkOutOfStoreSymlink Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | .github/workflows/build-systems.yaml | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build-systems.yaml b/.github/workflows/build-systems.yaml @@ -52,4 +52,10 @@ jobs: extra_nix_config: | trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= substituters = https://hydra.iohk.io https://cache.nixos.org/ - - run: nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel" + - run: | + # FIXME temporary hack to make system build successfully + # I need to create dumb file for mkOutOfStoreSymlink + sudo mkdir -p /home/vincent/src/home/tools/emacs /home/vincent/desktop/documents + sudo touch /home/vincent/desktop/documents/.oath + # build the system + nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"