terrorjack/pixie
pixie
Yet another Docker image for Nix.
terrorjack/pixie:latest
only contains Nix; terrorjack/pixie:debian
is based on Debian sid, terrorjack/pixie:ubuntu
on Ubuntu disco.nixpkgs
and apt
repositories are stripped from the images. Run nix-channel --add https://nixos.org/channels/nixpkgs-unstable && nix-channel --update
to retrieve the latest release of nixpkgs
, apt update
to update apt
repositories.nixpkgs.{gitMinimal,openssh}
before checkout
. Additionally, CircleCI caching require nixpkgs.{gnutar,gzip}
.LANG
is set to en_US.utf8
in both images.fontconfig
to find the default config file, set FONTCONFIG_FILE=$(nix eval --raw nixpkgs.fontconfig.out.outPath)/etc/fonts/fonts.conf
. In the Nix/Debian hybrid image, it's already set to /etc/fonts/fonts.conf
, but you still need to apt install fontconfig
manually first.nix-env -q
to work, install less
.{gzip,less,man}
.--cores 2
for the default medium
class).docker pull terrorjack/pixie