feat(nix): compat default.nix
&& shell.nix
This commit is contained in:
parent
7aacddbad7
commit
a0494b4d61
4 changed files with 17 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue