aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-12-01 15:27:08 +0530
committerArun Isaac2021-12-01 15:27:08 +0530
commitccd09434c06757e9f3f6c1adc81148fabc483efa (patch)
tree0042838d1df831ba0f9fd03030f0ed303446bad4 /guix.scm
parent01d7807db24fc1d75a27f4f76db2102f041aebf3 (diff)
downloadgn-transform-databases-ccd09434c06757e9f3f6c1adc81148fabc483efa.tar.gz
Replace guix environment with guix shell.
guix environment is deprecated. * guix.scm: Replace guix environment with guix shell.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 35da9f3..2e7d79d 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,6 +1,6 @@
;; Drop into a development environment using
;;
-;; guix environment -m guix.scm
+;; guix shell -m guix.scm
;;
;; Happy hacking!