mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-03 08:25:39 +02: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 (nixpkgs.legacyPackages.x86_64-linux) nixpkgs-fmt callPackage;
|
||||||
inherit (builtins) attrNames listToAttrs map replaceStrings readDir;
|
inherit (builtins) attrNames listToAttrs map replaceStrings readDir;
|
||||||
|
|
||||||
flakeOutputs = [ "overlays" "nixosModules" "nixosConfigurations" "homeManagerModules" "packages" "checks" ];
|
flakeOutputs = [ "overlays" "nixosModules" "nixosConfigurations" "homeManagerModules" "packages" ];
|
||||||
flakeDirectories = [ "overlays" "modules" "hardware" "home" "packages" "tests" ];
|
flakeDirectories = [ "overlays" "modules" "hardware" "home" "packages" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
formatter.x86_64-linux = nixpkgs-fmt;
|
formatter.x86_64-linux = nixpkgs-fmt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user