From 475444a7ab3ee287ac86ce5f7bb7c1c25525c232 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 1 Jan 2022 23:52:03 +0900 Subject: ci: add build manifest --- .build.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..51c9a94 --- /dev/null +++ b/.build.yml @@ -0,0 +1,19 @@ +image: nixos/unstable + +repositories: + nixpkgs: https://nixos.org/channels/nixos-unstable-small + +packages: + - nixpkgs.nixpkgs-fmt + +sources: + - https://git.sr.ht/~boppy/nixrc + +tasks: + - check: | + cd nixrc + nix --extra-experimental-features 'nix-command flakes' flake check + - format: | + cd nixrc + nixpkgs-fmt --check ./ + -- cgit 1.4.1