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 f6705d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/common-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ inputs:
required: true
description: "Github Secret Token"
runs:
using: "composite"
using: "Nix Setups"
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 = [ cell.packages.example ];
preLoadStorePaths = [ ] ++ inputsPaths;
labels = {
title = "AISecurity-Research-Template";
Expand Down

0 comments on commit f6705d4

Please sign in to comment.