mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Nornalize names of flake inputs
This commit is contained in:
parent
842d8a518f
commit
2aeca33da2
6 changed files with 33 additions and 33 deletions
|
|
@ -15,7 +15,7 @@
|
|||
package = pkgs-unstable.vscodium;
|
||||
profiles.default.extensions =
|
||||
let
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
inherit (inputs.vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
in
|
||||
[
|
||||
# Language Servers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue