0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00
Commit graph

5 commits

Author SHA1 Message Date
Peder Bergebakken Sundt
e2c60b31f8
nixos/test/stash: fix eval (#412794) 2025-06-01 03:45:59 +02:00
Peder Bergebakken Sundt
dd3cbbe9d7 nixos/test/stash: fix eval
nixosTests.stash fails eval when trying to convert cfg.settings to json due to a lambda sneaking its way in there. Bisected the issue to 0de1d18795. This fixes the issue.
2025-06-01 03:16:41 +02:00
DoctorDalek1963
7dcad49a30
nixos/stash: fix mutableSettings logic
Fixes services.stash.mutableSettings so that it makes sense. The logic
was previously backwards and the settings would be overriden if
mutableSettings was true.
2025-05-18 00:36:45 +01:00
piegames
8a71705aba nixos/stash: Fix regex in default value
`\.` in a Nix string is just `.`, so it will match on any characters
instead of just dot.
2025-05-01 13:18:19 +02:00
DrakeTDL
8814ab8ab5
nixos/stash: init 2025-01-24 10:50:55 -08:00