Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Nov 26, 2024
1 parent c738ced commit 80bcbf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions codebuild/spec/buildspec_al2023_ktls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ phases:
- yum update -y; yum upgrade -y
pre_build:
commands:
# Install nix
- sh <(curl -L https://nixos.org/nix/install) --no-daemon
# Nix is installed, but intentionally not setup for root, fix that
- chown -R root /root/.nix-profile; export PATH=$HOME/.nix-profile/bin:$PATH
# Make sure nix exists in the PATH
- export PATH=$HOME/.nix-profile/bin:$PATH
# Turn on flakes
- mkdir -p ~/.config/nix; echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
# Populate the store from the nix cache
Expand Down

0 comments on commit 80bcbf9

Please sign in to comment.