changes like

- xss vuln
- docker shit
+ nix shit
This commit is contained in:
Schrottkatze 2023-02-17 11:28:09 +01:00
parent 84136f1106
commit 57fd472eda
10 changed files with 131 additions and 48 deletions

13
.github/workflows/build_nix.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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