framework-2024-10-23-16-11-09

This commit is contained in:
Alexander Szczepanski
2024-10-23 16:11:09 +02:00
parent 0f4c67b5a7
commit cd4a5fe3c1
5 changed files with 90 additions and 34 deletions

View File

@ -10,6 +10,17 @@
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
# linuxPackages_6_11 = final.pkgs.linuxPackagesFor (final.pkgs.linuxPackages_6_11.override {
# argsOverride = rec {
# src = final.pkgs.fetchurl {
# url = "mirror://kernel/linux/kernel/v6.x/linux-${version}.tar.xz";
# sha256 = "0wwv8jaipx352rna6bxj6jklmnm4kcikvzaag59m4zf1mz866wh5";
# };
# version = "6.11.3";
# modDirVersion = "6.11.3";
# };
# });
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will