Skip to content

Commit

Permalink
refactor: remove winfer system
Browse files Browse the repository at this point in the history
Doesn’t work on ECL. Not worth the effort.
  • Loading branch information
hraban committed Jul 15, 2024
1 parent 0cf4682 commit f04289d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
inferior-shell
trivia
lispPackagesLite."trivia.ppcre"
wild-package-inferred-system
];
# Override this to to disable the per-child command symlinking
symlinkCommands = true;
Expand Down
3 changes: 1 addition & 2 deletions git-hly.asd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.

(asdf:defsystem "git-hly"
:defsystem-depends-on ("wild-package-inferred-system")
:class "winfer:wild-package-inferred-system"
:class :package-inferred-system
:description "Various git utilities by Hraban"
:version "0.1"
:author "Hraban Luyat"
Expand Down
5 changes: 4 additions & 1 deletion main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
(:import-from #:uiop)
(:import-from #:trivia)
(:import-from #:trivia.ppcre)
(:import-from #:git-hly/src/cmds/*)
(:import-from #:git-hly/src/cmds/children)
(:import-from #:git-hly/src/cmds/graft)
(:import-from #:git-hly/src/cmds/pullfetch)
(:import-from #:git-hly/src/cmds/split)
(:export #:main))

(in-package #:git-hly/main)
Expand Down

0 comments on commit f04289d

Please sign in to comment.