nixosTests.terminal-emulators: deprecated machine' attribute by nodes.machine'

This commit is contained in:
rewine 2023-08-01 17:52:35 +08:00
parent 9278b39e90
commit 6fbb653d0e
No known key found for this signature in database
GPG key ID: 2964FF5514455F51
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ in mapAttrs (name: { pkg, executable ? name, cmd ? "SHELL=$command ${executable}
maintainers = [ jjjollyjim ]; maintainers = [ jjjollyjim ];
}; };
machine = { pkgsInner, ... }: nodes.machine = { pkgsInner, ... }:
{ {
imports = [ ./common/x11.nix ./common/user-account.nix ]; imports = [ ./common/x11.nix ./common/user-account.nix ];

View file

@ -2,6 +2,7 @@
, lib , lib
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, nixosTests
, dtkwidget , dtkwidget
, qt5integration , qt5integration
, qt5platform-plugins , qt5platform-plugins
@ -17,7 +18,6 @@
, libsecret , libsecret
, chrpath , chrpath
, lxqt , lxqt
, nixosTests
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {