mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
flake.nix: Add back outputs for checks
Should pass in the ci this time.
This commit is contained in:
parent
240cf74584
commit
ac327da932
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user