Skip to content

Commit

Permalink
flake.nix: Add back outputs for checks
Browse files Browse the repository at this point in the history
Should pass in the ci this time.
  • Loading branch information
donovanglover committed May 13, 2024
1 parent 240cf74 commit ac327da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
inherit (nixpkgs.legacyPackages.x86_64-linux) nixpkgs-fmt callPackage;
inherit (builtins) attrNames listToAttrs map replaceStrings readDir;

flakeOutputs = [ "overlays" "nixosModules" "nixosConfigurations" "homeManagerModules" "packages" ];
flakeDirectories = [ "overlays" "modules" "hardware" "home" "packages" ];
flakeOutputs = [ "overlays" "nixosModules" "nixosConfigurations" "homeManagerModules" "packages" "checks" ];
flakeDirectories = [ "overlays" "modules" "hardware" "home" "packages" "tests" ];
in
{
formatter.x86_64-linux = nixpkgs-fmt;
Expand Down

0 comments on commit ac327da

Please sign in to comment.