nix-example

This commit is contained in:
Osman Faruk Bayram 2024-05-02 20:42:30 +03:00
parent 658f1e3d30
commit 196ed27c40
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
image: [pyenv] image: [pyenv, nix-example]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

3
nix-example/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM nixos/nix
RUN nix-env -iA nixpkgs.cowsay nixpkgs.fortune nixpkgs.lolcat
ENTRYPOINT fortune | cowsay | lolcat