Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- greghab@nixGreg> nix-info --debug ~
- + DEBUG=1
- + shift
- + true
- + case "${1:-}" in
- + break
- ++ desc_system
- ++ nixev '(import <nixpkgs> {}).system'
- ++ nix-instantiate --eval --strict -E '(import <nixpkgs> {}).system'
- error: infinite recursion encountered, at undefined position
- + fact system ''
- + name=system
- + value=0
- + last=1
- + '[' 0 -eq 0 ']'
- + printf '%s: %s' system 0
- system: 0+ '[' 1 -eq 1 ']'
- + printf ', '
- , + '[' 1 -eq 0 ']'
- + '[' 0 -eq 1 ']'
- ++ desc_multi_user
- ++ nix-build --no-out-link /nix/store/hjbv2s4jcxpvq07lxl4dna860rsdd3qf-multiuser.nix
- ++ debuglog
- ++ '[' 1 -eq 1 ']'
- ++ cat
- error: infinite recursion encountered, at undefined position
- ++ printf no
- + fact 'multi-user?' no
- + name='multi-user?'
- + value=no
- + last=1
- + '[' 0 -eq 0 ']'
- + printf '%s: %s' 'multi-user?' no
- multi-user?: no+ '[' 1 -eq 1 ']'
- + printf ', '
- , + '[' 1 -eq 0 ']'
- + '[' 0 -eq 1 ']'
- ++ nix-env --version
- + fact version 'nix-env (Nix) 2.3.6'
- + name=version
- + value='nix-env (Nix) 2.3.6'
- + last=1
- + '[' 0 -eq 0 ']'
- + printf '%s: %s' version 'nix-env (Nix) 2.3.6'
- version: nix-env (Nix) 2.3.6+ '[' 1 -eq 1 ']'
- + printf ', '
- , + '[' 1 -eq 0 ']'
- + channel_facts
- + IFS=
- + find /nix/var/nix/profiles/per-user -mindepth 2 -maxdepth 2 -name channels -print0
- + read -r -d '' userchannelset
- + manifest=/nix/var/nix/profiles/per-user/greghab/channels/manifest.nix
- + '[' -e /nix/var/nix/profiles/per-user/greghab/channels/manifest.nix ']'
- ++ nixev 'builtins.concatStringsSep ", "
- (map (ch: ch.name)
- (import "/nix/var/nix/profiles/per-user/greghab/channels/manifest.nix"))'
- ++ nix-instantiate --eval --strict -E 'builtins.concatStringsSep ", "
- (map (ch: ch.name)
- (import "/nix/var/nix/profiles/per-user/greghab/channels/manifest.nix"))'
- + userchannels='""'
- ++ echo /nix/var/nix/profiles/per-user/greghab/channels/manifest.nix
- ++ cut -d/ -f7
- + fact 'channels(greghab)' '""'
- + name='channels(greghab)'
- + value='""'
- + last=1
- + '[' 0 -eq 0 ']'
- + printf '%s: %s' 'channels(greghab)' '""'
- channels(greghab): ""+ '[' 1 -eq 1 ']'
- + printf ', '
- , + '[' 1 -eq 0 ']'
- + IFS=
- + read -r -d '' userchannelset
- + manifest=/nix/var/nix/profiles/per-user/root/channels/manifest.nix
- + '[' -e /nix/var/nix/profiles/per-user/root/channels/manifest.nix ']'
- ++ nixev 'builtins.concatStringsSep ", "
- (map (ch: ch.name)
- (import "/nix/var/nix/profiles/per-user/root/channels/manifest.nix"))'
- ++ nix-instantiate --eval --strict -E 'builtins.concatStringsSep ", "
- (map (ch: ch.name)
- (import "/nix/var/nix/profiles/per-user/root/channels/manifest.nix"))'
- + userchannels='"nixos-20.03.2176.a84b797b28e"'
- ++ echo /nix/var/nix/profiles/per-user/root/channels/manifest.nix
- ++ cut -d/ -f7
- + fact 'channels(root)' '"nixos-20.03.2176.a84b797b28e"'
- + name='channels(root)'
- + value='"nixos-20.03.2176.a84b797b28e"'
- + last=1
- + '[' 0 -eq 0 ']'
- + printf '%s: %s' 'channels(root)' '"nixos-20.03.2176.a84b797b28e"'
- channels(root): "nixos-20.03.2176.a84b797b28e"+ '[' 1 -eq 1 ']'
- + printf ', '
- , + '[' 1 -eq 0 ']'
- + IFS=
- + read -r -d '' userchannelset
- ++ desc_nixpkgs_path
- ++ nixev '<nixpkgs>'
- ++ nix-instantiate --eval --strict -E '<nixpkgs>'
- + last_fact nixpkgs /nix/var/nix/profiles/per-user/root/channels/nixos
- + fact nixpkgs /nix/var/nix/profiles/per-user/root/channels/nixos 0
- + name=nixpkgs
- + value=/nix/var/nix/profiles/per-user/root/channels/nixos
- + last=0
- + '[' 0 -eq 0 ']'
- + printf '%s: %s' nixpkgs /nix/var/nix/profiles/per-user/root/channels/nixos
- nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos+ '[' 0 -eq 1 ']'
- + '[' 0 -eq 0 ']'
- + echo ''
Add Comment
Please, Sign In to add comment