diff options
author | EuAndreh <eu@euandre.org> | 2023-02-18 10:14:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-18 10:14:20 -0300 |
commit | 86aee649622cc4e4934d24ae53e53ca8b3869983 (patch) | |
tree | 93f9d15218b66515e84e203dc3d5251d6eb3716d | |
parent | opt/aux/gen-e-list.sh: Add configuration.nix to the list (diff) | |
download | dotfiles-86aee649622cc4e4934d24ae53e53ca8b3869983.tar.gz dotfiles-86aee649622cc4e4934d24ae53e53ca8b3869983.tar.xz |
Transfer "rq" package from nix to guix
-rw-r--r-- | etc/guix/home.scm | 1 | ||||
-rw-r--r-- | etc/nix/configuration.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index b834150..a6f5545 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -322,6 +322,7 @@ enscript texlive jq + ;; rq xmlstarlet recutils units diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index f278805..25d352c 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -102,7 +102,6 @@ in { ## CLI tools bash-completion nix-bash-completions - rq st xsel kubernetes |