Re: [Nix-dev] ~/bin in PATH if exists

2012-01-03 Thread Sander van der Burg - EWI
Why is this personal bin directory needed? I don't see the point actually.

I mean users in NixOS have their own private Nix profile to install their 
binaries in, right?

From: nix-dev-boun...@lists.science.uu.nl [nix-dev-boun...@lists.science.uu.nl] 
on behalf of Lluís Batlle i Rossell [vi...@viric.name]
Sent: Tuesday, January 03, 2012 4:03 PM
To: Florian Friesdorf
Cc: nix-dev@lists.science.uu.nl; sim...@cryp.to
Subject: Re: [Nix-dev] ~/bin in PATH if exists

On Tue, Jan 03, 2012 at 03:36:24PM +0100, Florian Friesdorf wrote:

 Hi Peter,

 From your commit message I take that you don't want ~/bin in PATH if it
 does not exist. I just added it with that condition (r31235), hoping
 this is also in your interest.

I think preferred the approach of Peter - no addition of ~/bin. I consider that
the task of ~/.bashrc or ~/.bash_profile.

I don't think that Peter was worried in having that in the PATH when the path
does not exist. I think it worried him only if it existed. :)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] ~/bin in PATH if exists

2012-01-03 Thread Lluís Batlle i Rossell
On Tue, Jan 03, 2012 at 03:32:11PM +, Sander van der Burg wrote:
 Why is this personal bin directory needed? I don't see the point actually.
 
 I mean users in NixOS have their own private Nix profile to install their 
 binaries in, right?

I have there scripts based on #!/bin/sh. And also some binaries, whose
dependencies may be garbage collected :)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] ~/bin in PATH if exists

2012-01-03 Thread Sander van der Burg - EWI
You can also write Nix expressions for these scripts and install them into your 
personal Nix profile? I have to admit that this is a little bit of extra work, 
but it is also not that difficult either.

From: Lluís Batlle i Rossell [vi...@viric.name]
Sent: Tuesday, January 03, 2012 4:47 PM
To: Sander van der Burg - EWI
Cc: Florian Friesdorf; nix-dev@lists.science.uu.nl; sim...@cryp.to
Subject: Re: [Nix-dev] ~/bin in PATH if exists

On Tue, Jan 03, 2012 at 03:32:11PM +, Sander van der Burg wrote:
 Why is this personal bin directory needed? I don't see the point actually.

 I mean users in NixOS have their own private Nix profile to install their 
 binaries in, right?

I have there scripts based on #!/bin/sh. And also some binaries, whose
dependencies may be garbage collected :)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] ~/bin in PATH if exists

2012-01-03 Thread Lluís Batlle i Rossell
On Tue, Jan 03, 2012 at 04:32:29PM +, Sander van der Burg wrote:
 You can also write Nix expressions for these scripts and install them into
 your personal Nix profile? I have to admit that this is a little bit of extra
 work, but it is also not that difficult either.

I could. But I don't plan to, unless they stop working. :)

 
 From: Lluís Batlle i Rossell [vi...@viric.name]
 Sent: Tuesday, January 03, 2012 4:47 PM
 To: Sander van der Burg - EWI
 Cc: Florian Friesdorf; nix-dev@lists.science.uu.nl; sim...@cryp.to
 Subject: Re: [Nix-dev] ~/bin in PATH if exists
 
 On Tue, Jan 03, 2012 at 03:32:11PM +, Sander van der Burg wrote:
  Why is this personal bin directory needed? I don't see the point actually.
 
  I mean users in NixOS have their own private Nix profile to install their 
  binaries in, right?
 
 I have there scripts based on #!/bin/sh. And also some binaries, whose
 dependencies may be garbage collected :)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev