Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade nix version | Ismaël Bouya | 2020-12-17 | 1 | -3/+2 |
| | |||||
* | Use a profile folder outside of /nix/var | Ismaël Bouya | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | Use dedicated system path for nix | Ismaël Bouya | 2020-12-16 | 1 | -6/+6 |
| | |||||
* | nix: upgrade from 2.3.1 to 2.3.4 | Paul Bonaud | 2020-05-04 | 1 | -1/+1 |
| | | | | Mostly bugfixes inside nix itself ✨ | ||||
* | volume: no need to duplicate the initial nix store | Paul Bonaud | 2020-05-04 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a partial revert of #7 where we added a copy of the initial nix store to make sure it's not lost when we use a volume for the /nix mounting point in the container. However this was an unecessary duplication. The initial nix store is already present in the docker image and can be retrieved by using a “named” volume with `-v nix-store:/nix`, docker will copy the /nix path of the image inside a volume called `nix-store` on the host machine for us we don't need to it manually. Of course if mounting an empty directory from the host machine (with `-v /tmp/nix-store:/nix`) then the image won't boot (because docker will NOT copy the content of the /nix path inside the image into the /tmp/nix-store path of the host machine). This change drastically reduces the image size (basically /2 as we were duplicating the biggest source of disk space…) ``` REPOSITORY TAG IMAGE ID CREATED SIZE docker-nix 2.3.4-vol f74209e25515 About a minute ago 1.58GB docker-nix 2.3.4 61880484ceb1 12 minutes ago 835MB ``` Let's be 🍃 instead of ⛰️ | ||||
* | volume: change base images to be able to mount /nix/store as volume | Paul Bonaud | 2020-02-05 | 1 | -2/+11 |
| | | | | | | These changes will allow the nix store to be mounted as a volume and still be able to launch a bash console with the correct nix environment. | ||||
* | Upgrade: nix to latest v2.3.1 and upgrade channel to stable 19.09 | Paul Bonaud | 2019-12-10 | 1 | -5/+5 |
| | |||||
* | chore(nix-cli): upgrade from 2.1.3 to 2.2.1 | Hussein Ait-Lahcen | 2019-03-22 | 1 | -2/+4 |
| | |||||
* | chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unstable` | Hussein Ait-Lahcen | 2019-03-22 | 1 | -2/+3 |
| | |||||
* | fix: pin unstable nixpkgs to latest stable release (18.09) | Hussein Ait-Lahcen | 2018-11-05 | 1 | -2/+2 |
| | |||||
* | Add debian based images | Paul B | 2018-10-31 | 1 | -0/+40 |