-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sbcl env because of conflicts, remove helix-gpt
- Loading branch information
1 parent
bb5b084
commit d5f7a95
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
{ pkgs, ... }: { | ||
home.packages = with pkgs.sbclPackages; [ | ||
# CLI Parser | ||
clingon | ||
home.packages = [ | ||
(pkgs.symlinkJoin { | ||
name = "sbcl-env"; | ||
paths = with pkgs.sbclPackages; [ | ||
# CLI Parser | ||
clingon | ||
|
||
# Coloured output! | ||
cl-ansi-term | ||
# CLI stuff | ||
trivial-shell | ||
|
||
# Coloured output! | ||
cl-ansi-term | ||
|
||
# Strings | ||
str | ||
]; | ||
}) | ||
]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ pkgs, ... }: { | ||
imports = [ ./common-lisp.nix ]; | ||
home.packages = with pkgs; [ | ||
# debugger | ||
gdb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters