1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-09 22:58:43 +02:00
home-manager/tests/modules/programs/nushell/env-expected.nu

4 lines
43 B
Plaintext
Raw Normal View History

$env.FOO = 'BAR'
2023-05-04 00:12:21 +02:00
$env.BAR = $'(echo BAZ)'