flake: fix nvim_flake source

This commit is contained in:
2024-03-16 15:31:38 +01:00
parent f1d4ffd261
commit ea00c89620
2 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
};
nvim = {
url = "git+file:/home/akill/proj/nvim_flake/";
url = "git+https://git.project-cloud.net/asmir/nvim_flake";
inputs.nixpkgs.follows = "nixpkgs";
};