update to 25.05

This commit is contained in:
nora 2025-08-03 14:03:46 +02:00
parent d8a05d949a
commit 9dc90dacf7
5 changed files with 32 additions and 4 deletions

View file

@ -2,8 +2,8 @@
meta =
let
my-projects-versions = builtins.fromJSON (builtins.readFile ./my-projects.json);
nixpkgs-hash = "50ab793786d9de88ee30ec4e4c24fb4236fc2674"; # nixos-24.11 2025-07-27
nixpkgs-path = (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-hash}.tar.gz");
nixpkgs-version = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
nixpkgs-path = (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version.commit}.tar.gz");
in
{
# Override to pin the Nixpkgs version (recommended). This option