Fix Nix build, add Nix to CI (#840)

* Nix: Reuse input `flake-utils` in `zig-overlay`

* CI/main: convert line endings from `CRLF` to `LF`

* CI: Add Nix build
This commit is contained in:
erikarvstedt
2023-01-07 21:20:54 +01:00
committed by GitHub
parent 2717b0fba1
commit 20ba87c173
3 changed files with 141 additions and 136 deletions

View File

@@ -4,6 +4,7 @@
zig-overlay.url = "github:mitchellh/zig-overlay";
zig-overlay.inputs.nixpkgs.follows = "nixpkgs";
zig-overlay.inputs.flake-utils.follows = "flake-utils";
gitignore.url = "github:hercules-ci/gitignore.nix";
gitignore.inputs.nixpkgs.follows = "nixpkgs";