Skip to content

Commit

Permalink
Update container.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Nov 8, 2024
1 parent 0938217 commit c225a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/flake-parts/container.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};
in {
# Load the container locally with: `nix build .#container && ./result | podman load`
packages = lib.optionalAttrs pkgs.stdenv.isLinux { container = container };
packages = lib.optionalAttrs pkgs.stdenv.isLinux { container = container; };

# Run this script in the CI to publish a new image
apps = lib.optionalAttrs pkgs.stdenv.isLinux {
Expand Down

0 comments on commit c225a76

Please sign in to comment.