mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-22 11:28:01 +00:00
bald
This commit is contained in:
parent
e49228d642
commit
287f603c7a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
inputs,
|
||||
self,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
|
@ -59,7 +60,7 @@
|
|||
"flutter-tools.dev_tools"
|
||||
];
|
||||
};
|
||||
inherit (inputs.self.legacyPackages.${pkgs.stdenv.system}) blink-cmp;
|
||||
inherit (self.legacyPackages.${pkgs.stdenv.system}) blink-cmp;
|
||||
};
|
||||
|
||||
buildConfigPlugins = plugins:
|
||||
|
|
Loading…
Add table
Reference in a new issue