Skip to content

Commit b537d7b

Browse files
committed
Add untyped-lambda-calculus
1 parent b2ac4c7 commit b537d7b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/app-names.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ let
6868
(trivial "vlmcsd")
6969
(trivial "zeronsd")
7070
{
71-
"dpt-rp1-py" = {
72-
"dpt-rp1-py" = "dptrp1";
71+
"deepseek-reasonix" = {
72+
"reasonix" = "reasonix";
7373
};
7474
}
7575
{
76-
"deepseek-reasonix" = {
77-
"reasonix" = "reasonix";
76+
"dpt-rp1-py" = {
77+
"dpt-rp1-py" = "dptrp1";
7878
};
7979
}
8080
{

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ lib.makeScope newScope (
2626
baibot = callPackage ./baibot { };
2727
canokey-udev-rules = callPackage ./canokey-udev-rules { };
2828
cf-terraforming = callPackage ./cf-terraforming { };
29+
deepseek-reasonix = callPackage ./deepseek-reasonix { };
2930
dot-tar = callPackage ./dot-tar { };
3031
dpt-rp1-py = callPackage ./dpt-rp1-py { };
3132
easylpac = callPackage ./easylpac { };
@@ -61,7 +62,6 @@ lib.makeScope newScope (
6162
vlmcsd = callPackage ./vlmcsd { };
6263
yacd = callPackage ./yacd { };
6364
zeronsd = callPackage ./zeronsd { };
64-
deepseek-reasonix = callPackage ./deepseek-reasonix { };
6565
# keep-sorted end
6666
}
6767
)

0 commit comments

Comments
 (0)