Re: [Nix-dev] Reconsidering dash in package names

2014-10-10 Thread Shell Turner
Wouldn't it make more sense to simply map foo-bar on a derivation to foo_bar as a shell variable? Are there any significant cases where this would be problematic? On 10 October 2014 22:39, Luca Bruno wrote: > derivation { > inherit foo-bar; > buildPhase = '' > use $foo-bar... > ''; > }

Re: [Nix-dev] Firefox

2014-10-12 Thread Shell Turner
firefox-with-plugins is actually "firefoxWrapper", and doesn't actually have any plugins enabled by default. firefoxWrapper simply creates a shell script which launches firefox with various paths allowing it to load plugins. It changes depending on what plugins you enable, so it doesn't make much s

Re: [Nix-dev] Is systemd a benefit or a liability?

2014-10-19 Thread Shell Turner
On 19 October 2014 10:48, Peter Simons wrote: > Hi guys, > If you have systemd installed, then half of your Unix ecosystem is > locked into one particular implementation of services that used to be > diverse, modular, and replaceable. I'll note that there's a couple of re-implementations of parts

[Nix-dev] bower

2014-11-07 Thread Shell Turner
Hey, I'm trying to get Bower running under NixOS. After installing it with "nix-env -iA nixos.pkgs.nodePackages.bower", running "bower" outputs: module.js:340 throw err; ^ Error: Cannot find module 'es5-ext/object/assign' at Function.Module._resolveFilename (module.js:338:15)

Re: [Nix-dev] NiJS package manager

2014-04-01 Thread Shell Turner
> http://sandervanderburg.blogspot.com/2014/04/asynchronous-package-management-with.html > I have discovered that the Nix expression language is complicated and > difficult to learn. Like Haskell, it has a solid theoretical foundation > and powerful features (such as laziness), but it's too hard t

Re: [Nix-dev] Installing wireless drivers

2014-04-02 Thread Shell Turner
Relevant issue re vmware video driver not building: https://github.com/NixOS/nixpkgs/issues/2099 (Just posted this off-list by mistake, oops.) On 2 April 2014 08:59, Raahul Kumar wrote: > I have discovered the vmware video driver won't build. How do I dfisable > this driver from being loaded? I

Re: [Nix-dev] New website

2014-05-30 Thread Shell Turner
So I just had a look at the new NixOS website, and I have a major problem with it... I can't find the documentation. And that's as someone who already knows what NixOS is and why I'd want to use it. Worse, anything about NixOps/etc is hidden away in a menu in the top right corner! I didn't even no

Re: [Nix-dev] Openssl and fast security updates

2014-06-05 Thread Shell Turner
So is the argument that it should be possible to update the channel with the new package definition before the binary cache has finished building, thus letting people rebuild their systems locally if need be? That seems reasonable. For the moment, though, checking out the release-14.04 branch from

Re: [Nix-dev] Malicious installation methods

2016-06-17 Thread Shell Turner
>>> Is the nix root dir configurable? Would it be that horrible to have >>> /opt/nix or /var/lib/nix or something else be the nix root on Debian? >> >> It's not strictly required, but it would mean losing out on all the binary >> packages provided by the CI. > > Aren't they built in a chroot like G

Re: [Nix-dev] Problems while packaging Lumina Desktop on NixOS

2016-08-20 Thread Shell Turner
On 20 August 2016 at 20:03, Anderson Torres wrote: > Hello, Nixers! > > I am porting Lumina Desktop on NixOS[1]. After some hard work, it is > building fine, but I can't run it. When I tested it on a qemu vm, the > command start-lumina-desktop barfs: > > `QCoreApplication::applicationDirPath: Plea