Draft: Resolve "GHC und Dependencies auf die neuste Version bringen" #206

Open
savau wants to merge 583 commits from 144-ghc-update into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0861ea0778 - Show all commits

View File

@ -92,7 +92,7 @@ backend dependencies:
- .stack
- .stack-work
script:
- "nix shell .#gnumake .#stack .#coreutils --command sh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "nix shell .#gnumake .#stack .#coreutils .#prepareEnv --command sh -c 'prepare-env && make backend-dependencies'" # TODO maybe remove prepare-env
- "ls -a ." # TODO: debug only
- "ls -a ${HOME}/.stack"
before_script: *nix-before

View File

@ -264,7 +264,7 @@ let
'';
prepareEnv = pkgs.writeScriptBin "prepare-env" ''
#!${pkgs.zsh}/bin/zsh
#!/bin/sh
export TZDIR=${pkgs.tzdata}/share/zoneinfo
export CHROME_BIN=${pkgs.chromium}/bin/chromium