From e40e98533c1650cca82a23fcfde30f8cf2723e21 Mon Sep 17 00:00:00 2001
From: Thiago Sposito
Date: Sun, 31 Aug 2025 00:00:28 -0300
Subject: [PATCH] chore: commented out ci until its fixed
---
.build.yml | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.build.yml b/.build.yml
index a8b1cd5..3a5f970 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,13 +1,13 @@
-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 .
+# 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 .