Dear Shea,
Thanks for pointing me there. I gave it a shot but cannot get it to work.
I set-up an ssh config directory for nix in `$HOME/.nixpkgs/ssh/`. In there
is a key file pair without passphrase `id_rsa`, `id_rsa.pub`. The public
key is configured as a deployment key on the bitbucket repo.
I
> Peter Simons writes:
> does anyone else intend to visit the Berlin Haskell Hackathon?
How about the one in Boston in two weeks?
John
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev
That's fairly easy for me to get to, and I wouldn't mind going to Berlin
again. Hopefully I can make this!
- ocharles
On 14 Jul 2014 18:34, "Peter Simons" wrote:
> Hi guys,
>
> does anyone else intend to visit the Berlin Haskell Hackathon?
>
> | Dear Haskellers,
> |
> | another Haskell Hackat
See the fetchgitPrivate function:
https://github.com/NixOS/nixpkgs/blob/a4cf5e903b7782062d62489b23fa5021d1ac0862/pkgs/top-level/all-packages.nix#L308-L326
On Tue, Jul 15, 2014 at 12:09:22PM +0200, Andreas Herrmann wrote:
> Dear Nix-ers,
>
> I am using Nix to manage and deploy my own work project
Quoting Domen Kožar (2014-07-15 11:15:27)
>
>
>
> On Tue, Jul 15, 2014 at 12:12 PM, Florian Friesdorf wrote:
>
>
> Georges Dubus writes:
> > Hello there
> >
> > I know for a fact there's a non-empty intersection between Python and
> Nix
> > users, so I guess I won't be t
On Tue, Jul 15, 2014 at 12:12 PM, Florian Friesdorf
wrote:
>
> Georges Dubus writes:
> > Hello there
> >
> > I know for a fact there's a non-empty intersection between Python and Nix
> > users, so I guess I won't be the only one going to the EuroPython.
> >
> > Domen will be giving a talk[1] whi
Georges Dubus writes:
> Hello there
>
> I know for a fact there's a non-empty intersection between Python and Nix
> users, so I guess I won't be the only one going to the EuroPython.
>
> Domen will be giving a talk[1] which promises to be interesting.
>
> Is anyone interested in a Nix meetup ther
Dear Nix-ers,
I am using Nix to manage and deploy my own work projects, which do depend
on each other. These projects, however, are not open source, so their
sources are not publicly available on the internet.
I was wondering if it was possible in some way to configure Nix (or
fetchgit) to use ss
Hi,
On 11/07/14 10:11, Sergey Mironov wrote:
> I agree, design is questionable, bu I keep automatic tests together
> with system being developed. Tests should know the original password
> so I store it as plain Nix string. But my main question relates to the
> fact that `import' can read the calc
Hi,
On 14/07/14 03:45, Roger Qiu wrote:
> boot.kernelParams = [
> clocksource = "tsc";
> ];
That should be:
boot.kernelParams = [ "clocksource=tsc" ];
--
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-
I am trying to set up a laptop for day to day use and am having some
trouble getting kmail to run because nepomuk will not start due to
failing to connect to virtuoso.
In ~/.xsession-errors I get:
kactivitymanagerd(2056)/nepomuk (library): Could not find virtuoso to
connect to. Aborting
Despi
Hello,
How would one use Nix to set GRUB options such as:
```
GRUB_CMDLINE_LINUX="clocksource=tsc"
```
Assuming that this means: "Command-line arguments to add to menu entries
for the Linux kernel. "
Then does that mean I can use:
```
boot.kernelParams = [
clocksource = "tsc";
];
```
Th
12 matches
Mail list logo