From 1a98fe79a21924e224ef1318a19db83eb54afb53 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 10 Dec 2024 00:06:09 +0100 Subject: [PATCH] .gitea/eval: init --- .gitea/workflows/eval.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/eval.yml diff --git a/.gitea/workflows/eval.yml b/.gitea/workflows/eval.yml new file mode 100644 index 0000000..0779861 --- /dev/null +++ b/.gitea/workflows/eval.yml @@ -0,0 +1,13 @@ +name: "Eval nix flake" +on: + pull_request: + push: +jobs: + evals: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: apt-get update && apt-get -y install sudo + - uses: https://github.com/cachix/install-nix-action@v30 + - run: echo -e "show-trace = true\nmax-jobs = auto\ntrusted-users = root\nexperimental-features = nix-command flakes\nbuild-users-group =" > /etc/nix/nix.conf + - run: nix flake check