mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nixos/tests/gnome-flashback.nix: get rid of with lib
This commit is contained in:
parent
defe899239
commit
b51ac3bd4c
1 changed files with 5 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
||||||
import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
||||||
name = "gnome-flashback";
|
name = "gnome-flashback";
|
||||||
meta = with lib; {
|
meta.maintainers = lib.teams.gnome.members ++ [ lib.maintainers.chpatrick ];
|
||||||
maintainers = teams.gnome.members ++ [ maintainers.chpatrick ];
|
|
||||||
};
|
|
||||||
|
|
||||||
nodes.machine = { nodes, ... }: let
|
nodes.machine = { nodes, ... }:
|
||||||
user = nodes.machine.config.users.users.alice;
|
let
|
||||||
in
|
user = nodes.machine.config.users.users.alice;
|
||||||
|
in
|
||||||
|
|
||||||
{ imports = [ ./common/user-account.nix ];
|
{ imports = [ ./common/user-account.nix ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue