reduce impure tests to just instantiate the template

This commit is contained in:
Jörg Thalheim
2023-08-27 10:05:48 +02:00
parent 4cc40865f5
commit c9adf12e72
3 changed files with 12 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{ self, ... }: {
imports = [
./integration/flake-module.nix
./impure/flake-module.nix
];
perSystem = { pkgs, lib, self', ... }: {
checks =