at master 332 B view raw
1;; A script that creates a store item with the given text and prints the 2;; resulting store item path. 3(use-modules (guix)) 4 5(with-store store 6 (display (add-text-to-store store "guix-basic-test-text" 7 (string-join 8 (cdr (command-line))))))