Skip to content

Commit aef82ae

Browse files
committed
fix: nix ci test
1 parent e5d16ca commit aef82ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/nix/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
overlays = [steiger.overlays.ociTools];
1414
pkgs = import nixpkgs { inherit system overlays; };
1515
in {
16-
packages.${system} = {
16+
steigerImages.${system} = {
1717
default = pkgs.ociTools.buildImage {
1818
name = "hello";
1919

0 commit comments

Comments
 (0)