diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-30 22:07:17 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-30 22:07:17 -0500 |
commit | 463a835729ae6f5aa092430ade576267f70ce166 (patch) | |
tree | 695ca1cf4a9073e77edb876d6e1c310c9a82080c | |
parent | 2730346311ba4229425ceafc4b1e28329f018945 (diff) | |
download | guix-techchud-463a835729ae6f5aa092430ade576267f70ce166.tar.gz guix-techchud-463a835729ae6f5aa092430ade576267f70ce166.tar.bz2 guix-techchud-463a835729ae6f5aa092430ade576267f70ce166.zip |
use rust-crates
-rw-r--r-- | unlustig.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/unlustig.scm b/unlustig.scm index 9c4e770..6fb7e4b 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -12,12 +12,6 @@ #:use-module (gnu packages rust) #:use-module (gnu packages python) #:use-module (gnu packages xorg) - #:use-module (gnu packages crates-graphics) - #:use-module (gnu packages crates-gtk) - #:use-module (gnu packages crates-web) - #:use-module (gnu packages crates-windows) - #:use-module (gnu packages crates-apple) - #:use-module (gnu packages crates-crypto) #:use-module (gnu packages rust-crates) ) |