mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11:04:17 -06:00
use apparmor fix for lix
This commit is contained in:
parent
83e7dde4c2
commit
ce4381824f
3 changed files with 0 additions and 14 deletions
|
@ -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; })
|
||||
);
|
||||
|
|
|
@ -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 [
|
||||
|
|
|
@ -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;
|
||||
})
|
Loading…
Reference in a new issue