Skip to content

Commit

Permalink
fix(flake): package.x86_64-linux.github-deploy flake output attribute
Browse files Browse the repository at this point in the history
The output attribute `package.x86_64-linux.github-deploy` was not a derivation.
  • Loading branch information
jfroche committed Jul 18, 2023
1 parent e438b65 commit 8d25e61
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 @@ -22,7 +22,7 @@
with pkgs;
{
devShell = github-deploy.devShell;
packages.${name} = github-deploy;
packages.${name} = github-deploy.github-deploy;
defaultPackage = github-deploy.defaultPackage;
}
);
Expand Down

0 comments on commit 8d25e61

Please sign in to comment.