aboutsummaryrefslogtreecommitdiffhomepage
path: root/files/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'files/.profile')
-rwxr-xr-xfiles/.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/.profile b/files/.profile
index 68b4473..2fadec2 100755
--- a/files/.profile
+++ b/files/.profile
@@ -1,8 +1,5 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3# Copy initial saved nix context if the /nix is empty
4[ ! "$(ls -A /nix)" ] && cp -R ~/initial-nix/* /nix/
5
6# Source nix environment 3# Source nix environment
7nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh" 4nix_profile="/home/nixuser/.nix-profile/etc/profile.d/nix.sh"
8# shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh 5# shellcheck source=/home/nixuser/.nix-profile/etc/profile.d/nix.sh