chore: cleanup github workflow after flake template

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-31 23:29:48 +03:00
parent 34744cb5c8
commit ddfe229f9d
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
name: "Build legacy Nix package on Ubuntu"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux