mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
flake.nix: Remove checks from outputs for now
Might fix the ci running out of space.
This commit is contained in:
parent
23215dc732
commit
765d6df369
@ -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" "checks" ];
|
||||
flakeDirectories = [ "overlays" "modules" "hardware" "home" "packages" "tests" ];
|
||||
flakeOutputs = [ "overlays" "nixosModules" "nixosConfigurations" "homeManagerModules" "packages" ];
|
||||
flakeDirectories = [ "overlays" "modules" "hardware" "home" "packages" ];
|
||||
in
|
||||
{
|
||||
formatter.x86_64-linux = nixpkgs-fmt;
|
||||
|
Loading…
Reference in New Issue
Block a user