This commit is contained in:
mjallen18
2025-12-11 19:14:52 -06:00
parent 31202f8b0e
commit 8d1a9312cb
13 changed files with 64 additions and 37 deletions

View File

@@ -1,10 +1,11 @@
{ inputs, lib, ... }:
{ inputs, lib, self, ... }:
final: prev: let
cachyosPackages = final.callPackage ../../packages/linux-cachyos {
pkgs = final;
nixpkgs = inputs.nixpkgs;
inherit self;
};
in {
linuxPackages_cachyos = cachyosPackages.cachyos-gcc;