3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
Alyssa Ross 845576aac4
nixos/test-driver: undeprecate create_machine
This warning was added a year and a half ago, but still no test in
NixOS directly instantiates the machine class, presumably because it's
not actually possible for a test to do so without losing
functionality.  For example, there's no way for a NixOS test to access
the output directory that create_machine passes to the Machine
constructor.

This warning is therefore just contributing to alert fatigue for
users, who are unable to follow its advice.  Once it's actually
possible to do what it suggests, the warning can be reintroduced.
2023-05-27 12:56:04 +00:00
..
doc/manual Merge pull request #233350 from GrahamDennis/grahamdennis/testing-networks 2023-05-26 15:57:01 +02:00
lib nixos/test-driver: undeprecate create_machine 2023-05-27 12:56:04 +00:00
maintainers maintainers/scripts: fix typos 2023-05-19 22:31:04 -04:00
modules Merge pull request #233350 from GrahamDennis/grahamdennis/testing-networks 2023-05-26 15:57:01 +02:00
tests Merge pull request #233350 from GrahamDennis/grahamdennis/testing-networks 2023-05-26 15:57:01 +02:00
COPYING
default.nix
README
release-combined.nix
release-small.nix Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-bootstrap 2023-04-03 08:19:03 -07:00
release.nix nixos/release: add deepin closure 2023-05-08 18:25:41 +08:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.