From a168d2e0e764009d22d6b0294201094f43983158 Mon Sep 17 00:00:00 2001
From: Thiago Sposito
Date: Mon, 8 Sep 2025 17:59:33 -0300
Subject: [PATCH] chore: remove yaml pipeline
wont work with sr.ht amount of ram
---
.build.yml | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 .build.yml
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 3a5f970..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# image: nixos/unstable
-# environment:
-# NIX_CONFIG: "experimental-features = nix-command flakes"
-# MY_NIX_FLAGS: "--extra-experimental-features command --extra-experimental-features flakes"
-# sources:
-# - https://git.sr.ht/~sposito/nix-conf
-# tasks:
-# - check_fmt: |
-# cd ~/nix-conf
-# nix run nixpkgs#nixpgs-fmt ${MY_NIX_FLAGS} -- --check .
-# - static: |
-# cd ~/nix-conf
-# nix run nixpkgs#statix ${MY_NIX_FLAGS} -- check .