diff options
author | Arun Isaac | 2021-12-01 15:27:08 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-01 15:27:08 +0530 |
commit | ccd09434c06757e9f3f6c1adc81148fabc483efa (patch) | |
tree | 0042838d1df831ba0f9fd03030f0ed303446bad4 | |
parent | 01d7807db24fc1d75a27f4f76db2102f041aebf3 (diff) | |
download | gn-transform-databases-ccd09434c06757e9f3f6c1adc81148fabc483efa.tar.gz |
Replace guix environment with guix shell.
guix environment is deprecated.
* guix.scm: Replace guix environment with guix shell.
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ;; Drop into a development environment using ;; -;; guix environment -m guix.scm +;; guix shell -m guix.scm ;; ;; Happy hacking! |