mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -06:00
formatting
This commit is contained in:
parent
7d65e73ad2
commit
9f64ab1e44
6 changed files with 11 additions and 14 deletions
|
@ -23,7 +23,6 @@
|
||||||
lix-attic.inputs.lix.follows = "lix-module/lix";
|
lix-attic.inputs.lix.follows = "lix-module/lix";
|
||||||
lix-attic.inputs.flake-compat.follows = "";
|
lix-attic.inputs.flake-compat.follows = "";
|
||||||
|
|
||||||
|
|
||||||
# keep for when lix breaks :/
|
# keep for when lix breaks :/
|
||||||
# lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
|
# lix-module.url = "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz";
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,14 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
# inputs,
|
|
||||||
flake,
|
flake,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (lib) mkIfIn flakeVer;
|
inherit (lib) mkIfIn;
|
||||||
|
|
||||||
# version = flakeVer inputs.roc;
|
|
||||||
cfg = config.oizys.languages;
|
cfg = config.oizys.languages;
|
||||||
rocPkgs = flake.pkgs "roc";
|
rocPkgs = flake.pkgs "roc";
|
||||||
# I'm setting the versions so the changes are more apparent as flake is updated
|
|
||||||
# roc = rocPkgs.cli.overrideAttrs { inherit version; };
|
|
||||||
# lang-server = rocPkgs.lang-server.overrideAttrs { inherit version; };
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = mkIfIn "roc" cfg {
|
config = mkIfIn "roc" cfg {
|
||||||
|
|
|
@ -30,7 +30,8 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
prompt_toolkit pygments
|
prompt_toolkit
|
||||||
|
pygments
|
||||||
];
|
];
|
||||||
|
|
||||||
dontCheckRuntimeDeps = true;
|
dontCheckRuntimeDeps = true;
|
||||||
|
|
|
@ -29,7 +29,10 @@ buildPythonPackage rec {
|
||||||
wheel
|
wheel
|
||||||
];
|
];
|
||||||
|
|
||||||
dependencies = [ httpx ijson ];
|
dependencies = [
|
||||||
|
httpx
|
||||||
|
ijson
|
||||||
|
];
|
||||||
|
|
||||||
dontCheckRuntimeDeps = true;
|
dontCheckRuntimeDeps = true;
|
||||||
}
|
}
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
## oizys
|
## oizys
|
||||||
|
|
||||||
|
|
||||||
## software
|
## software
|
||||||
|
|
||||||
- [ ] why is my update ci always building llm and rofi?
|
- [ ] why is my update ci always building llm and rofi?
|
||||||
|
|
Loading…
Add table
Reference in a new issue