0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #309213 from jmbaur/homed-nixos-test

nixos/homed: fix test
This commit is contained in:
Peder Bergebakken Sundt 2024-07-11 01:41:30 +02:00 committed by GitHub
commit 0271af555b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, lib, ... }:
let
password = "foobar";
newPass = "barfoo";
password = "foobarfoo";
newPass = "barfoobar";
in
{
name = "systemd-homed";