mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
flake.lock: Update
Flake lock file updates: • Updated input 'viminal': 'github:youwen5/viminal/0fff5154e69feb5bbb0e634e654eb65feee9c5cf' (2024-09-17) → 'github:youwen5/viminal/2543f9775517d9358eb8b4d3e8cf5ecfca156ee0' (2024-09-18) • Added input 'viminal/cellular-automaton': 'github:Eandrju/cellular-automaton.nvim/11aea08aa084f9d523b0142c2cd9441b8ede09ed' (2024-06-30)
This commit is contained in:
parent
a958fc976e
commit
6f13527810
1 changed files with 20 additions and 3 deletions
23
flake.lock
23
flake.lock
|
@ -70,6 +70,22 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"cellular-automaton": {
|
||||||
|
"flake": false,
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1719777869,
|
||||||
|
"narHash": "sha256-nIv7ISRk0+yWd1lGEwAV6u1U7EFQj/T9F8pU6O0Wf0s=",
|
||||||
|
"owner": "Eandrju",
|
||||||
|
"repo": "cellular-automaton.nvim",
|
||||||
|
"rev": "11aea08aa084f9d523b0142c2cd9441b8ede09ed",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "Eandrju",
|
||||||
|
"repo": "cellular-automaton.nvim",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"crane": {
|
"crane": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -1039,6 +1055,7 @@
|
||||||
},
|
},
|
||||||
"viminal": {
|
"viminal": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
"cellular-automaton": "cellular-automaton",
|
||||||
"flake-parts": "flake-parts_2",
|
"flake-parts": "flake-parts_2",
|
||||||
"haskell-tools": "haskell-tools",
|
"haskell-tools": "haskell-tools",
|
||||||
"lsp-progress": "lsp-progress",
|
"lsp-progress": "lsp-progress",
|
||||||
|
@ -1050,11 +1067,11 @@
|
||||||
"satellite": "satellite"
|
"satellite": "satellite"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726615423,
|
"lastModified": 1726648282,
|
||||||
"narHash": "sha256-cX5zX8US0E5Aw1xzFuumTlQTxZSzwqp7kz7i+qFDBIQ=",
|
"narHash": "sha256-AiISDYvrUuPmfIhbGIahn9KAE1By7RTeI4zpRktYxzA=",
|
||||||
"owner": "youwen5",
|
"owner": "youwen5",
|
||||||
"repo": "viminal",
|
"repo": "viminal",
|
||||||
"rev": "0fff5154e69feb5bbb0e634e654eb65feee9c5cf",
|
"rev": "2543f9775517d9358eb8b4d3e8cf5ecfca156ee0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue