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

@ -1,8 +1,7 @@
{ pkgs, nixpkgs-next, lib, config, my-projects-versions, ... }:
{ pkgs, lib, config, my-projects-versions, ... }:
let
does-it-build-base = (import (pkgs.fetchFromGitHub my-projects-versions.does-it-build.fetchFromGitHub)) {
# needs a recent rust version.
pkgs = nixpkgs-next;
inherit pkgs;
};
does-it-build = does-it-build-base.overrideAttrs (finalAttrs: previousAttrs: {
DOES_IT_BUILD_OVERRIDE_VERSION = my-projects-versions.does-it-build.commit;