update to nixos 25.11

This commit is contained in:
nora 2026-02-14 20:37:31 +01:00
parent f2b1f2bc51
commit eebb543d99
5 changed files with 5 additions and 12 deletions

View file

@ -2,8 +2,7 @@
meta =
let
nixpkgs-version = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
nixpkgs-path = (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version."nixos-25.05".commit}.tar.gz");
nixpkgs-next = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version."nixos-25.11".commit}.tar.gz") { };
nixpkgs-path = (fetchTarball "https://github.com/NixOS/nixpkgs/archive/${nixpkgs-version."nixos-25.11".commit}.tar.gz");
in
{
# Override to pin the Nixpkgs version (recommended). This option
@ -16,7 +15,6 @@
specialArgs = {
my-projects-versions = builtins.fromJSON (builtins.readFile ./my-projects.json);
inherit nixpkgs-next;
inherit nixpkgs-path;
networkingConfig = {