Skip to content

Commit

Permalink
home-manager/cli/nixpkgs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 28, 2023
1 parent 65c1f08 commit 328928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/cli/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
if (pkgs.stdenv.isLinux) then
pkgs.nixpkgs-review.override { withSandboxSupport = true; withNom = true; }
else
pkgs.nixpkgs-review.override { withNon = true; };
pkgs.nixpkgs-review.override { withNom = true; };
in
{
imports = [ flake.inputs.nix-index-database.hmModules.nix-index ];
Expand Down

0 comments on commit 328928b

Please sign in to comment.