mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 06:29:17 +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 {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
environment.etc.xonshrc.text = ''
|
environment.etc."xonsh/xonshrc".text = ''
|
||||||
# /etc/xonshrc: DO NOT EDIT -- this file has been generated automatically.
|
# /etc/xonsh/xonshrc: DO NOT EDIT -- this file has been generated automatically.
|
||||||
|
|
||||||
|
|
||||||
if not ''${...}.get('__NIXOS_SET_ENVIRONMENT_DONE'):
|
if not ''${...}.get('__NIXOS_SET_ENVIRONMENT_DONE'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue