Skip to content

Commit

Permalink
chore: Update flake inputs
Browse files Browse the repository at this point in the history
emmet-language-server is now in nixos-unstable.
  • Loading branch information
donovanglover committed Dec 4, 2023
1 parent 90f5bd4 commit c9e5253
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ in

# ctags
universal-ctags

# emmet
emmet-language-server
];

editorconfig = {
Expand Down
2 changes: 1 addition & 1 deletion modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
];

nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin-2023.1114.1"
"osu-lazer-bin-2023.1130.0"
];

environment.defaultPackages = [ ];
Expand Down

0 comments on commit c9e5253

Please sign in to comment.