repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
vuls: init at 0.27.0
[NixPkgs.git]
/
nixos
/
tests
/
guix
/
scripts
/
create-file-to-store.scm
blob
467e4c4fd53f2281b54abfde644864927431cd66
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))))))