vuls: init at 0.27.0
[NixPkgs.git] / nixos / tests / guix / scripts / create-file-to-store.scm
blob467e4c4fd53f2281b54abfde644864927431cd66
1 ;; A script that creates a store item with the given text and prints the
2 ;; resulting store item path.
3 (use-modules (guix))
5 (with-store store
6             (display (add-text-to-store store "guix-basic-test-text"
7                                         (string-join
8                                           (cdr (command-line))))))