feat(nix): compat default.nix && shell.nix

This commit is contained in:
reo101 2023-09-06 20:48:11 +03:00
parent 7aacddbad7
commit a0494b4d61
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
4 changed files with 17 additions and 0 deletions

View file

@ -27,6 +27,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
flake-compat = {
url = "github:inclyc/flake-compat";
flake = false;
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";