Skip to content

Commit

Permalink
chore(CI): update nix conf
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Dec 29, 2023
1 parent d5c1a2c commit 43ac6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/common-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ runs:
steps:
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
accept-flake-config = true
github_token: ${{ inputs.SECRET_GITHUB_TOKEN }}

- uses: DeterminateSystems/magic-nix-cache-action@main
Expand Down
1 change: 1 addition & 0 deletions nix/std/cells/repo/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in
name = "ghcr.io/hardenedlinux/AISecurity-Research-Template";
tag = "latest";
devshell = inputs.cells.repo.shells.default;
pkgs = [ ];
preLoadStorePaths = [ ] ++ inputsPaths;
labels = {
title = "AISecurity-Research-Template";
Expand Down

0 comments on commit 43ac6e7

Please sign in to comment.