Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 426 Bytes

notes.md

File metadata and controls

34 lines (28 loc) · 426 Bytes

Build

docker build \
      --file ./nix.Dockerfile \
      --tag=pure-on-nix \
      ./

Run

docker run \
    --interactive \
    --tty \
    --rm \
    --volume=(pwd):/tmp/.pure/ \
    pure-on-nix
    fish

Tests

A failing test

docker run \
    --interactive \
    --tty \
    --rm \
    --volume=(pwd):/tmp/.pure/ \
    pure-on-nix \
    "tests/_pure_prefix_root_prompt.test.fish"