Skip to content

Commit

Permalink
Remove tag from mkStandardOCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Apr 17, 2023
1 parent f4280ca commit 8af1c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@

# harvest the ciJobs cell block from the automation cell.
hydraJobs = inputs.std.harvest inputs.self [ "automation" "ciJobs" ];

# harvest the oci-images cell block from the marlowe-playground cell.
oci-images = inputs.std.harvest inputs.self [ "marlowe-playground" "oci-images" ];
}
{
# harvest the scripts cell block from the marlowe-playground cell.
Expand Down
2 changes: 1 addition & 1 deletion nix/cells/marlowe-playground/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
shell = inputs.std.lib.dev.mkShell {
name = "marlowe-playground-shell";

imports = [ haskell-devshell ];
imports = [ haskell-devshell inputs.std.std.devshellProfiles.default ];

commands = [
{
Expand Down
2 changes: 0 additions & 2 deletions nix/cells/marlowe-playground/library/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

ghc-compiler-nix-name = import ./ghc-compiler-nix-name.nix block;

ghc-with-marlowe = import ./ghc-with-marlowe.nix block;

ghc = import ./ghc.nix block;

haskell-language-server-project = import ./haskell-language-server-project.nix block;
Expand Down
1 change: 0 additions & 1 deletion nix/cells/marlowe-playground/oci-images.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ let
mkImage = { name, description }:
mkStandardOCI {
inherit name;
tag = "latest";
operable = operables.${name};
uid = "0";
gid = "0";
Expand Down

0 comments on commit 8af1c14

Please sign in to comment.