Skip to content

Commit

Permalink
fix: default package
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 5, 2024
1 parent 0820b12 commit 4df329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in
_module.args = {
inherit pkgs;
};
packages.default = config.packages.install;
packages.default = config.packages.system-install;
checks = config.packages;
};
}

0 comments on commit 4df329f

Please sign in to comment.