mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
nix-profile: add cross reference to installer test
This commit is contained in:
parent
5d0bdb1d3f
commit
29eb4d354a
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
# Only execute this file once per shell.
|
||||
# This file is tested by tests/installer/default.nix.
|
||||
if [ -n "${__ETC_PROFILE_NIX_SOURCED:-}" ]; then return; fi
|
||||
__ETC_PROFILE_NIX_SOURCED=1
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# This file is tested by tests/installer/default.nix.
|
||||
if [ -n "$HOME" ] && [ -n "$USER" ]; then
|
||||
|
||||
# Set up the per-user profile.
|
||||
|
|
Loading…
Reference in a new issue