format domain configuration check
This commit is contained in:
parent
a877d40892
commit
6d328b558f
2 changed files with 19 additions and 24 deletions
11
flake.nix
11
flake.nix
|
|
@ -59,12 +59,11 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
checks."${system}".rabbi-gerzi-domains =
|
||||
import ./checks/rabbi-gerzi-domains.nix {
|
||||
config = self.nixosConfigurations.nixos.config;
|
||||
inherit (nixpkgs) lib;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
};
|
||||
checks."${system}".rabbi-gerzi-domains = import ./checks/rabbi-gerzi-domains.nix {
|
||||
config = self.nixosConfigurations.nixos.config;
|
||||
inherit (nixpkgs) lib;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
};
|
||||
devShells."${system}".default =
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue