This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
nix config show substituters
|
nix config show substituters
|
||||||
nix config show trusted-public-keys
|
nix config show trusted-public-keys
|
||||||
|
|
||||||
- name: Repository flake evaluation
|
- name: Repository flake metadata
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
nix flake check --no-build
|
nix flake metadata --no-write-lock-file
|
||||||
|
|||||||
@@ -309,6 +309,14 @@ case "$label" in
|
|||||||
/tmp/nix-$GCR_NIX_VERSION-\$nix_arch/install --no-daemon
|
/tmp/nix-$GCR_NIX_VERSION-\$nix_arch/install --no-daemon
|
||||||
rm -rf /tmp/nix*
|
rm -rf /tmp/nix*
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
case "$label" in
|
||||||
|
nix|gross-nix-*)
|
||||||
|
if command -v apt-get >/dev/null 2>&1; then
|
||||||
|
apt-get update -qq
|
||||||
|
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq nodejs
|
||||||
|
fi
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
case "\$(uname -m)" in
|
case "\$(uname -m)" in
|
||||||
x86_64) runner_arch=amd64 ;;
|
x86_64) runner_arch=amd64 ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user