pass nix flake check
This commit is contained in:
parent
7d1b5fe76f
commit
88b3a4b50e
1 changed files with 0 additions and 4 deletions
|
@ -39,10 +39,6 @@
|
||||||
{
|
{
|
||||||
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
||||||
formatter = forEachSystem (pkgs: pkgs.nixfmt-rfc-style);
|
formatter = forEachSystem (pkgs: pkgs.nixfmt-rfc-style);
|
||||||
devShells = forEachSystem (pkgs: import ./shells { inherit pkgs; });
|
|
||||||
nixosModules = import ./modules/nixos;
|
|
||||||
homeManagerModules = import ./modules/home-manager;
|
|
||||||
overlays = import ./overlays { inherit inputs outputs; };
|
|
||||||
|
|
||||||
nixosConfigurations =
|
nixosConfigurations =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue