Skip to content

Commit

Permalink
add an overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 30, 2021
1 parent f2232a4 commit 8510a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Expand Up @@ -17,6 +17,10 @@
packages.similar-sort = naersk-lib.buildPackage ./.;
defaultPackage = packages.similar-sort;

overlay = final: prev: {
similar-sort = packages.similar-sort;
};

# `nix run`
apps.similar-sort =
flake-utils.lib.mkApp { drv = packages.similar-sort; };
Expand Down

0 comments on commit 8510a82

Please sign in to comment.