Skip to content

Commit 2b81fa5

Browse files
committed
nixpkgs: 25.05 -> 25.11
1 parent 9850ab5 commit 2b81fa5

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description = "lowRISC CIC's Nix Packages and Environments";
66

77
inputs = {
8-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
8+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
99
flake-utils.url = "github:numtide/flake-utils";
1010

1111
# We also have some additional dependencies in private/flake.nix.

pkgs/sv-bugpoint.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake,
88
ninja,
99
sv-lang,
10-
fmt_11,
10+
fmt,
1111
python3,
1212
}:
1313
stdenv.mkDerivation {
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
2323

2424
cmakeFlags = [
2525
"-DFETCHCONTENT_SOURCE_DIR_SLANG=${sv-lang.src}"
26-
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt_11.src}"
26+
"-DFETCHCONTENT_SOURCE_DIR_FMT=${fmt.src}"
2727
"-DSLANG_USE_MIMALLOC=OFF"
2828
];
2929

pkgs/sv-lang.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pkgs.sv-lang.overrideAttrs (prev: rec {
2424
propagatedBuildInputs =
2525
(prev.propagatedBuildInputs or [])
2626
++ [
27-
pkgs.fmt_11
27+
pkgs.fmt
2828
];
2929

3030
# Time out specific to sv-lang 7, see https://github.com/nixos/nixpkgs/issues/451986.

private/flake.lock

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

private/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44
{
55
inputs = {
6-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
6+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
77

88
# Need to obtain GCC 12 which is no longer supported.
99
nixpkgs-2505.url = "github:NixOS/nixpkgs/nixos-25.05";

0 commit comments

Comments
 (0)