[QUESTION] Commit compatible with 24.11 beta #2557
Closed
bashfulrobot
started this conversation in
General
Replies: 1 comment 1 reply
-
Or is this sufficient? Seemed to build.
Any issues with this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI there, I am lookng at moving my stem over to the 24.11 beta.
previously in my flakes I would have something like
nixpkgs = { url = "github:nixos/nixpkgs/nixos-24.05"; };
withurl = "github:nix-community/nixvim/nixos-24.05";
Now when I change my nixpkgs URL over to
24.11
, as expected I would have to update my nixvim version. But it seem like there is no support for the 24.11 beta.Is there a commit or something I can pin my nixvim input at to be able to run the 24.11 beta?
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions