feat(backend): build backend with Nix and add CI
This commit is contained in:
6
backend/nix/rust-version.nix
Normal file
6
backend/nix/rust-version.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{rust-overlay, inputs, system, ...}: let
|
||||
overlays = [(import rust-overlay)];
|
||||
in rec {
|
||||
pkgs = import inputs.nixpkgs {inherit system overlays;};
|
||||
version = pkgs.rust-bin.stable.latest.default;
|
||||
}
|
||||
Reference in New Issue
Block a user