Skip to content

Commit f73b68a

Browse files
committed
build(flake/inputs): Switch to stable branch of nixos-2411 input
• Updated input 'nixos-2411': 'github:NixOS/nixpkgs/d7567e02bce78609fda55d7afcd40092b0492ce6?narHash=sha256-vuJ1YSKW5qAEqgz8l8//tjRc075hjjp8QrFF3mkQ7U0%3D' (2024-12-21) → 'github:NixOS/nixpkgs/4005c3ff7505313cbc21081776ad0ce5dfd7a3ce?narHash=sha256-VIAjBr1qGcEbmhLwQJD6TABppPMggzOvqFsqkDoMsAY%3D' (2024-12-25)
1 parent b9933ee commit f73b68a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
inputs = {
1616
nixos-2311.url = "github:NixOS/nixpkgs/nixos-23.11";
1717
nixos-2405.url = "github:NixOS/nixpkgs/nixos-24.05";
18-
19-
# FIXME: change back to `nixos-24.11` once
20-
# https://nixpk.gs/pr-tracker.html?pr=356660 is all green
21-
nixos-2411.url = "github:NixOS/nixpkgs/staging-next-24.11";
18+
nixos-2411.url = "github:NixOS/nixpkgs/nixos-24.11";
2219

2320
nixpkgs.follows = "nixos-2411";
2421
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";

0 commit comments

Comments
 (0)