Skip to content

Commit

Permalink
fix(CI): copyToPodman
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Feb 24, 2024
1 parent efcb4b1 commit 533208a
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 3 deletions.
6 changes: 4 additions & 2 deletions nix/std/cells/repo/containers.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ inputs, cell }:
let
inherit (inputs) std;
inherit (inputs) std stdN2c;
l = inputs.nixpkgs.lib // builtins;
inputsPaths = inputs.omnibus.lib.omnibus.inputsToPaths [
# because it is not in the input closure of the derivation
Expand All @@ -9,9 +9,11 @@ let
];
in
{
dev = std.lib.ops.mkDevOCI {
dev = stdN2c.lib.ops.mkDevOCI {
name = "ghcr.io/hardenedlinux/aisecurity-research-template";
tag = "latest";
# avoid missing hash in github action
reproducible = false;
devshell = inputs.cells.repo.shells.default;
pkgs = [ ];
preLoadStorePaths = [ ] ++ inputsPaths;
Expand Down
Loading

0 comments on commit 533208a

Please sign in to comment.