We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d99064 commit 3e6ea84Copy full SHA for 3e6ea84
.github/flake.nix
@@ -28,7 +28,7 @@
28
# stable branches are recommended for CI, regression spotting. Testing with
29
# multiple versions can be done via input overrides, such as:
30
# nix build .#ci --override-input nixpkgs github:nixpkgs/nixpkgs/unstable
31
- nixpkgs.url = "github:nixos/nixpkgs?ref=release-22.11";
+ nixpkgs.url = "github:nixos/nixpkgs?ref=release-23.11";
32
flake-utils.url = "github:numtide/flake-utils";
33
emacs-overlay.url = "github:nix-community/emacs-overlay";
34
# slave Emacs overlay to our nixpkgs. This doesn't do a lot except reduce
0 commit comments