aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-07-07 14:33:54 +0300
committerFrederick Muriuki Muriithi2022-07-07 14:33:54 +0300
commita21e759ac7a6b72a3d02814c2bfb26bc4f49204c (patch)
tree98bd67d0dbbe49fe012ad3cb7a1ef146c2dbfa27 /README.org
parent665dd38d6be4587d1902c46dd8e3663cf42a5a18 (diff)
downloadgn-uploader-a21e759ac7a6b72a3d02814c2bfb26bc4f49204c.tar.gz
Rework guix.scm to use latest commit
Rather than specifying a specific commit in the development guix.scm this commit has the system automatically get the latest commit and use that for building the package object.
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5ec53f0..5e5e0a9 100644
--- a/README.org
+++ b/README.org
@@ -31,7 +31,7 @@ For reproducibility, this project is developed using guix.
To launch a guix shell for development, do
#+BEGIN_SRC shell
- guix shell --container --network --pure --manifest=manifest.scm --share=/some/host/directory=/the/upload/directory
+ guix shell --container --network --development --file=guix.scm --share=/some/host/directory=/the/upload/directory
#+END_SRC
which environment that is isolated from the rest of your system.