Skip to content

Commit

Permalink
Add dolos overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Jul 17, 2024
1 parent d3b7db4 commit 4121450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
default = dolos-cli;
dolos-cli = pkgs.callPackage (import ./package.nix) {};
};
overlays.default = final: prev: {
dolos-cli = final.callPackage (import ./package.nix) {};
};
checks = rec {
default = dolos-cli;
dolos-cli = pkgs.runCommand "check-dolos-cli" {} ''
Expand Down

0 comments on commit 4121450

Please sign in to comment.