Fix typo.

This commit is contained in:
Gregory Oakes 2022-03-01 07:19:25 -06:00 committed by GitHub
parent be1be083af
commit 928c0f5e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ in flake-utils-plus.lib.mkFlake {
#########################################################
checks.x86_64-linux.someCheck = pkgs.hello;
packages.x86_64-linux.somePackage = pkss.hello;
packages.x86_64-linux.somePackage = pkgs.hello;
overlay = import ./overlays;
abc = 132;