Skip to content

Commit

Permalink
tweak(tools): make nix-update & guix obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 11, 2024
1 parent 9d35669 commit 6401380
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@
(when-let ((server (assoc 'nix-mode eglot-server-programs)))
(setcar server '(nix-mode nix-ts-mode)))))

(use-package nix-update
:straight t)

(use-package envrc
:straight t
:hook (minemacs-first-file . envrc-global-mode)
Expand All @@ -200,12 +197,6 @@
;; Ensure loading envrc for babel source blocks
(advice-add #'org-babel-execute-src-block :around #'envrc-propagate-environment))

(use-package guix
:straight t
:when (executable-find "guix")
:init
(+map! "og" #'guix))

(use-package osm
:straight t)

Expand Down
24 changes: 24 additions & 0 deletions modules/obsolete/me-packages-managers.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
;;; me-packages-managers.el --- Guix & Nix integration into Emacs -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")

;;; Commentary:

;;; Code:

(use-package guix
:straight t
:when (executable-find "guix")
:init
(+map! "og" #'guix))

(use-package nix-update
:straight t)


(provide 'obsolete/me-packages-managers)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; me-packages-managers.el ends here

0 comments on commit 6401380

Please sign in to comment.