add gh cli and html lsp

This commit is contained in:
Kopatz
2024-05-31 22:16:28 +02:00
parent c58e915284
commit aaa12cd8cd
5 changed files with 15 additions and 1 deletions

View File

@@ -24,4 +24,10 @@
config.allowUnfree = true;
};
};
stable-packages = final: _prev: {
stable = import inputs.nixpkgs {
system = final.system;
config.allowUnfree = true;
};
};
}