Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Kleen <[email protected]>
  • Loading branch information
yannham and vkleen committed Apr 17, 2024
1 parent 8723d64 commit b4ffa56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@
in
{
packages =
# avoid the recursive capture of `json-schema-bundler`
let json-schema-bundler' = json-schema-bundler; in
rec {
default = contracts;
{
default = inputs.self.packages.${system}.contracts;
schemas = k8sSchemasDrv { };
contracts = k8sContracts { };
json-schema-bundler = json-schema-bundler';
inherit json-schema-bundler;
};

devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit b4ffa56

Please sign in to comment.