]>
git.immae.eu Git - github/fretlink/docker-nix.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Paul Bonaud [Wed, 5 Feb 2020 08:56:55 +0000 (09:56 +0100)]
volume: change base images to be able to mount /nix/store as volume
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.
paulrbr-fl [Tue, 10 Dec 2019 08:52:45 +0000 (09:52 +0100)]
Merge pull request #6 from paulrbr-fl/upgrade-nix
Upgrade: nix to latest v2.3.1 and upgrade channel to stable 19.09
Paul Bonaud [Mon, 9 Dec 2019 21:14:34 +0000 (22:14 +0100)]
Upgrade: nix to latest v2.3.1 and upgrade channel to stable 19.09
Hussein A [Fri, 22 Mar 2019 11:41:32 +0000 (12:41 +0100)]
Merge pull request #5 from haitlahcen/upgrade-19.03
Upgrade from 18.09 to 19.03
Hussein Ait-Lahcen [Fri, 22 Mar 2019 11:36:52 +0000 (12:36 +0100)]
chore(readme): update
Hussein Ait-Lahcen [Fri, 22 Mar 2019 10:34:32 +0000 (11:34 +0100)]
chore(nix-cli): upgrade from 2.1.3 to 2.2.1
Hussein Ait-Lahcen [Fri, 22 Mar 2019 10:16:58 +0000 (11:16 +0100)]
chore(nix-channel): upgrade from 18.09 to 19.03 and add special `unstable`
Hussein Ait -Lahcen [Mon, 5 Nov 2018 09:32:10 +0000 (10:32 +0100)]
Merge pull request #4 from haitlahcen/stable-nixpkgs
fix: pin unstable nixpkgs to latest stable release (18.09)
Hussein Ait-Lahcen [Mon, 5 Nov 2018 09:15:20 +0000 (10:15 +0100)]
fix: pin unstable nixpkgs to latest stable release (18.09)
paulrbr-fl [Wed, 31 Oct 2018 11:03:27 +0000 (12:03 +0100)]
Merge pull request #3 from paulrbr-fl/add-debian-based
Add debian based images
Paul B [Wed, 31 Oct 2018 10:43:02 +0000 (11:43 +0100)]
Add debian based images
paulrbr-fl [Mon, 29 Oct 2018 09:41:25 +0000 (10:41 +0100)]
Merge pull request #2 from paulrbr-fl/add-lang
Build locales with NIX
Paul B [Mon, 29 Oct 2018 09:26:49 +0000 (10:26 +0100)]
Build locales with NIX
Again something found and debugged by the 🦸 @haitlahcen
paulrbr-fl [Mon, 29 Oct 2018 09:19:21 +0000 (10:19 +0100)]
Merge pull request #1 from paulrbr-fl/add-lang
Adding LANG variable which is empty by default on Alpine
Paul B [Mon, 29 Oct 2018 09:08:54 +0000 (10:08 +0100)]
Adding LANG variable which is empty by default on Alpine
Problem arising with nix found by @haitlahcen
Paul B [Fri, 26 Oct 2018 11:58:28 +0000 (13:58 +0200)]
Update README.md with build and hub badges
Paul B [Fri, 26 Oct 2018 11:55:22 +0000 (13:55 +0200)]
ci: Fix builds
Paul B [Fri, 26 Oct 2018 10:17:16 +0000 (12:17 +0200)]
dockerfile(entrypoint): use "login shell" in all bash commands
Paul B [Fri, 26 Oct 2018 09:14:29 +0000 (11:14 +0200)]
Initial nix docker image