check both path and executability
This commit is contained in:
parent
c1c5975068
commit
632c6e5ad7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
'';
|
||||
envExtra = ''
|
||||
local nixos_version=`which nixos-version`
|
||||
if [[ -z $nixos_version ]]; then
|
||||
if [[ ! -x "$nixos_version" ]]; then
|
||||
source /home/cyryl/.nix-profile/etc/profile.d/nix.sh
|
||||
export NIX_PATH="$HOME/.nix-defexpr/channels:$NIX_PATH"
|
||||
echo "non-nixos patches loaded"
|
||||
|
|
Loading…
Reference in a new issue