mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
xonsh: migrate to /etc/xonsh/xonshrc
This commit is contained in:
parent
e76c78d206
commit
ad35d94ecc
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ in
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
environment.etc.xonshrc.text = ''
|
||||
# /etc/xonshrc: DO NOT EDIT -- this file has been generated automatically.
|
||||
environment.etc."xonsh/xonshrc".text = ''
|
||||
# /etc/xonsh/xonshrc: DO NOT EDIT -- this file has been generated automatically.
|
||||
|
||||
|
||||
if not ''${...}.get('__NIXOS_SET_ENVIRONMENT_DONE'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue