use apparmor fix for lix

This commit is contained in:
Daylin Morgan 2025-01-30 11:11:05 -06:00
parent 83e7dde4c2
commit ce4381824f
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 0 additions and 14 deletions

View file

@ -65,7 +65,6 @@ let
default = oizys;
oizys = pkgs.callPackage ../pkgs/oizys { };
iso = mkIso.config.system.build.isoImage;
# nimlangserver = pkgs.callPackage ../pkgs/nim/nimlangserver { };
}
// (import ../pkgs { inherit pkgs lib inputs; })
);

View file

@ -17,7 +17,6 @@ in
llm-with-plugins = pkgs.callPackage ./llm/llm-with-plugins { };
# lix = pkgs.callPackage ./lix { inherit flake; };
lix = (flake.pkg "lix-module");
}
// (flake.toPackageAttrs [

View file

@ -1,12 +0,0 @@
{ flake, ... }:
((flake.pkgs "lix-module").default.override {
# is this doing anything?
aws-sdk-cpp = null;
}).overrideAttrs
(attrs: {
version = "${attrs.version}-oizys";
# probs a mistake ¯\_(ツ)_/¯
# surely they wouldn't push a broken CL....surely
doCheck = false;
})