mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-11 03:21:08 +01:00
nushell: deprecation of let-env (#4292)
This commit is contained in:
parent
4542db6056
commit
8c731978f0
4 changed files with 9 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let-env FOO = 'BAR'
|
||||
$env.FOO = 'BAR'
|
||||
|
||||
|
||||
let-env BAR = $'(echo BAZ)'
|
||||
$env.BAR = $'(echo BAZ)'
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
'';
|
||||
|
||||
envFile.text = ''
|
||||
let-env FOO = 'BAR'
|
||||
$env.FOO = 'BAR'
|
||||
'';
|
||||
|
||||
loginFile.text = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue