Skip to content

Moving all nixos config into a flake #82

Moving all nixos config into a flake

Moving all nixos config into a flake #82

Workflow file for this run

name: Build
on:
push:
branches:
- main
- master
pull_request:
env:
IMAGE_NAME: theknarf/shell
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker image
run: docker build . --tag $IMAGE_NAME