add vlime and gh-nvim to flake
This commit is contained in:
parent
e61e608d75
commit
919adb7bbd
2 changed files with 40 additions and 1 deletions
36
flake.lock
36
flake.lock
|
@ -52,6 +52,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"gh-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1670723316,
|
||||
"narHash": "sha256-BjzQe8wCNAx31vN9/RzF75U8ec5bytnaRrM0OHm1fpI=",
|
||||
"owner": "ldelossa",
|
||||
"repo": "gh.nvim",
|
||||
"rev": "bc731bb53909481995ac2edb4bf6418c051fec1a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "ldelossa",
|
||||
"repo": "gh.nvim",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
@ -125,11 +141,13 @@
|
|||
"agenix": "agenix",
|
||||
"cmp-conventionalcommits": "cmp-conventionalcommits",
|
||||
"cmp-git": "cmp-git",
|
||||
"gh-nvim": "gh-nvim",
|
||||
"home-manager": "home-manager",
|
||||
"impermanence": "impermanence",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nur": "nur",
|
||||
"rust-tools-nvim": "rust-tools-nvim"
|
||||
"rust-tools-nvim": "rust-tools-nvim",
|
||||
"vlime": "vlime"
|
||||
}
|
||||
},
|
||||
"rust-tools-nvim": {
|
||||
|
@ -162,6 +180,22 @@
|
|||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"vlime": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1636437398,
|
||||
"narHash": "sha256-NTP9mwrFrYsZC++fpSTa2IKk/9HHFToOWzc75+7HJkg=",
|
||||
"owner": "vlime",
|
||||
"repo": "vlime",
|
||||
"rev": "3205f02306314ab8cfc9034cf72097891c923e9d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "vlime",
|
||||
"repo": "vlime",
|
||||
"type": "github"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
|
|
|
@ -34,6 +34,11 @@
|
|||
url = "github:simrat39/rust-tools.nvim";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
vlime = {
|
||||
url = "github:vlime/vlime";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {nixpkgs, ...} @ args: {
|
||||
|
|
Loading…
Reference in a new issue