nix-example
This commit is contained in:
parent
658f1e3d30
commit
196ed27c40
2 changed files with 4 additions and 1 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
image: [pyenv]
|
||||
image: [pyenv, nix-example]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
3
nix-example/Dockerfile
Normal file
3
nix-example/Dockerfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM nixos/nix
|
||||
RUN nix-env -iA nixpkgs.cowsay nixpkgs.fortune nixpkgs.lolcat
|
||||
ENTRYPOINT fortune | cowsay | lolcat
|
||||
Loading…
Add table
Add a link
Reference in a new issue