Add nix shell and some checks

This commit is contained in:
Jean-François Roche 2023-02-02 00:19:26 +01:00
parent 929da3e3c3
commit 942ed011c9
No known key found for this signature in database
GPG key ID: D1D09DE169EA19A0
7 changed files with 377 additions and 12 deletions

8
shell.nix Normal file
View file

@ -0,0 +1,8 @@
let
compat = builtins.fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/b4a34015c698c7793d592d66adbab377907a2be8.tar.gz";
sha256 = "sha256:1qc703yg0babixi6wshn5wm2kgl5y1drcswgszh4xxzbrwkk9sv7";
};
in
(import compat { src = ./.; }).shellNix.default