summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix

index 89a0e209..84936b15 100644 --- a/flake.nix +++ b/flake.nix
@@ -102,10 +102,6 @@ // { nixosModules.default = import ./nix/modules/default self; nixosConfigurations.testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; }; - nixosConfigurations.test = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ ]; - }; checks = let pkgs = import nixpkgs { system = "x86_64-linux"; };