fix local flake path

This commit is contained in:
iofq 2025-10-15 19:41:23 -05:00
parent 49e373fe9a
commit 35b0e05965
2 changed files with 10 additions and 7 deletions

15
flake.lock generated
View file

@ -6,14 +6,17 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1760318820, "lastModified": 1760366615,
"narHash": "sha256-3ETm+AZ/UEU0OYFSYviMSv/Ov4BN1cEsBH6KNGuTYS4=", "narHash": "sha256-qGWNl+UQLvdFl8AAgywOHthizfKovk8az1xhRhQeVn8=",
"path": "/home/e/dev/dart.nvim", "owner": "iofq",
"type": "path" "repo": "dart.nvim",
"rev": "5fac43b0f7b5500c69a51a3717aef8ccceacd178",
"type": "github"
}, },
"original": { "original": {
"path": "/home/e/dev/dart.nvim", "owner": "iofq",
"type": "path" "repo": "dart.nvim",
"type": "github"
} }
}, },
"flake-compat": { "flake-compat": {

View file

@ -13,7 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
dart = { dart = {
url = "path:/home/e/dev/dart.nvim"; url = "github:iofq/dart.nvim";
}; };
nvim-treesitter-main = { nvim-treesitter-main = {
url = "github:iofq/nvim-treesitter-main"; url = "github:iofq/nvim-treesitter-main";