Skip to content

Commit 89fa8c0

Browse files
authored
Merge pull request #14450 from roberth/update
flake: Update, nixos-25.05-small -> nixos-25.05
2 parents 5e025ce + 81a2809 commit 89fa8c0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/manual/generate-store-types.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ let
2424
in
2525
concatStringsSep "\n" (map showEntry storesList);
2626

27-
"index.md" =
28-
replaceStrings [ "@store-types@" ] [ index ]
29-
(readFile ./source/store/types/index.md.in);
27+
"index.md" = replaceStrings [ "@store-types@" ] [ index ] (
28+
readFile ./source/store/types/index.md.in
29+
);
3030

3131
tableOfContents =
3232
let

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
@@ -1,7 +1,7 @@
11
{
22
description = "The purely functional package manager";
33

4-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05-small";
4+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
55

66
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
77
inputs.nixpkgs-23-11.url = "github:NixOS/nixpkgs/a62e6edd6d5e1fa0329b8653c801147986f8d446";

0 commit comments

Comments
 (0)