Skip to content

Commit

Permalink
Add photo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Nicole committed Jul 1, 2019
1 parent b0bae28 commit 3099a3a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Binary file added files/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
title: Home
---

<img src="files/me.jpg" alt="A photo of me with my headphones on"
style="float: right; width: 15em; margin: 1em;" />

<h2>Olivier Nicole</h2>

<p>I am a PhD student at <a
<p>
I am a PhD student at <a
href="http://www-list.cea.fr/en/technological-research/research-programmes/embedded-systems/validation-and-verification">CEA
List</a> and <a href="https://www.ens.fr/en">ENS</a> in Paris, working on the
verification of safety properties on binary executables. I'm also interested in
Expand Down
13 changes: 12 additions & 1 deletion posts/personal-nix-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,25 @@ Please do not hesitate to [contact me](/contact.html) to suggest answers or impr
ignore this package's updates in order to upgrade the rest of the
packages?](#ignorepkg)

Many thanks to Andrew Miloradovsky and Daniel Barlow for their answers.

## How can I build a package locally instead of downloading the binary? {#build-local}

Add `--option substitute false`, or set it globally. (search `man nix.conf` for
“substitute”).

## How can I get the Nix directory (containing the code and Nix files) of a package? {#get-nix-files}

To be filled
Here I simply copy Andrew Miloradovsy's answer:

It's all in `~/.nix-defexpr/channels_root/nixos/`, or in the user's own
channel(s). See there `pkgs/top-level/all-packages.nix`, where all the
“packages” have to be registered: some are paths to an actual file with a
Nix-expression, some are functions, generating the “packages” for each
combination of inputs.

But you can't/shouldn't edit those. Clone the Nixpkgs repository instead and
edit it in there.

## How to find the Nix store path associated to an installed package? {#find-store-path}

Expand Down

0 comments on commit 3099a3a

Please sign in to comment.