This commit is contained in:
2026-01-10 13:24:47 +03:00
parent 8be297b781
commit 44258fabf4
9 changed files with 74 additions and 3 deletions
Executable → Regular
+4 -1
View File
@@ -22,7 +22,10 @@
nixpkgs.follows = "nixpkgs";
};
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs = {