upd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user