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 .