flake: fix nvim_flake source

This commit is contained in:
Asmir A 2024-03-16 15:31:38 +01:00
parent f1d4ffd261
commit ea00c89620
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -283,17 +283,17 @@
]
},
"locked": {
"lastModified": 1710595214,
"narHash": "sha256-mjOOCO3F9gTd/+FIZMXuSYydBTtYqBcWDPkopCpXJh8=",
"lastModified": 1710598928,
"narHash": "sha256-GlWNtPxMzNzEuR9lVpzUZ7Kw1rVEQqWdE+VH7xmOoPU=",
"ref": "refs/heads/master",
"rev": "a9bc0c8a7aca1a8f1c184d3c3a649d3f85fb3bc0",
"revCount": 23,
"rev": "3f9559992a9a67f632ab0e32590c826968cc9712",
"revCount": 25,
"type": "git",
"url": "file://file:/home/akill/proj/nvim_flake/"
"url": "https://git.project-cloud.net/asmir/nvim_flake"
},
"original": {
"type": "git",
"url": "file://file:/home/akill/proj/nvim_flake/"
"url": "https://git.project-cloud.net/asmir/nvim_flake"
}
},
"peerix": {

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";
};