Skip to content

Commit

Permalink
fix: flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Apr 23, 2024
1 parent 7a1270c commit 9d6b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
});
in {
legacyPackages = outputs;
packages = { default = outputs.fedimint-roastr; };
packages = { default = outputs.fedimint-clientd; };
devShells = flakeboxLib.mkShells {
packages = [ ];
buildInputs = commonArgs.buildInputs;
Expand Down

0 comments on commit 9d6b28a

Please sign in to comment.