Skip to content

Commit 486c1ba

Browse files
committed
disable NixOS checks
1 parent a1048c5 commit 486c1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
};
7878

7979
# nix run .\#checks.x86_64-linux.vmTest.driver
80-
checks = import ./nixos/checks { nixpkgs = nixpkgs; modules = self.nixosModules; };
80+
# checks = import ./nixos/checks { nixpkgs = nixpkgs; modules = self.nixosModules; };
8181

8282
};
8383
}

0 commit comments

Comments
 (0)