Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixos-tests

nixos-tests lets you put nixos tests in a folder and run them with nix run .#nixosTest.my-test.

Example usage when combined with ez-configs: https://github.com/esselius/nixos-tests-flake-parts

Installation

To use these options, add to your flake inputs:

nixos-tests.url = "github:esselius/nixos-tests";

and inside the mkFlake:

imports = [
  inputs.nixos-tests.flakeModule
];

Run nix flake lock and you're set.

Options

About

Flake-parts module to simplify usage of nixos tests

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages