Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Feb 3, 2024
1 parent 29ce209 commit 7485fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/whats-in-my-store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const main = async () => {
nixpkgsFlake = 'flake:nixpkgs';
}

log.debug({ flakes: nixpkgsFlake, channel: nixpkgsChannel });
log.debug({ flake: nixpkgsFlake, channel: nixpkgsChannel });

const packagePaths = await fs.readdir(path.resolve('/nix/store'));

Expand Down

0 comments on commit 7485fd2

Please sign in to comment.