From 19c0120754f904c3b0caeb65b3b19d13c4500926 Mon Sep 17 00:00:00 2001 From: SomeoneSerge Date: Thu, 1 Aug 2024 17:30:15 +0000 Subject: nixosTests: init A PoC that only runs --dry-run, no evanix --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 837785f..8421959 100644 --- a/flake.nix +++ b/flake.nix @@ -63,5 +63,13 @@ }); } ); + legacyPackages = forAllSystems ( + { pkgs, ... }: + { + nixosTests = pkgs.callPackage ./nixos/tests/all-tests.nix { + nixos-lib = import (nixpkgs + "/nixos/lib") { }; + }; + } + ); }; } -- cgit v1.2.3