Skip to content

Commit

Permalink
flakes: update nixpkgs on May 20, 2024 (#25)
Browse files Browse the repository at this point in the history
* flakes: update nixpkgs on May 20, 2024

* disable nightly outputs
  • Loading branch information
gvolpe authored May 21, 2024
1 parent edbd8ea commit f8e1ba4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 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.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,16 @@

# Main languages enabled
ide = default-ide.full.neovim;
nightly = default-ide.full-nightly.neovim;
# FIXME: nightly integration is broken
# see: https://github.com/NixOS/nixpkgs/pull/312312
#nightly = default-ide.full-nightly.neovim;

# Only Haskell (quite heavy)
haskell = default-ide.haskell.neovim;

# Only Scala with different themes
scala = default-ide.scala.neovim;
scala-nightly = default-ide.scala-nightly.neovim;
#scala-nightly = default-ide.scala-nightly.neovim;
scala-rose-pine = default-ide.scala-rose-pine.neovim;
scala-tokyo-night = default-ide.scala-tokyo-night.neovim;

Expand Down

0 comments on commit f8e1ba4

Please sign in to comment.