diff options
author | EuAndreh <eu@euandre.org> | 2021-02-23 12:12:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-23 12:12:26 -0300 |
commit | c5b2d2c20ba3d106e4fe36b3c12bb62bf7f5e45c (patch) | |
tree | 8d21f1db919b2c0a6343bb17de2646dfef52c1b7 /aux/guix/manifest.scm | |
parent | aux/guix/manifest.scm: Add posix-c99 (diff) | |
download | remembering-c5b2d2c20ba3d106e4fe36b3c12bb62bf7f5e45c.tar.gz remembering-c5b2d2c20ba3d106e4fe36b3c12bb62bf7f5e45c.tar.xz |
aux/guix/manifest.scm: Add remembering-latest, use fallible-latest over fallible
Diffstat (limited to '')
-rw-r--r-- | aux/guix/manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aux/guix/manifest.scm b/aux/guix/manifest.scm index b20126a..041bea8 100644 --- a/aux/guix/manifest.scm +++ b/aux/guix/manifest.scm @@ -20,4 +20,5 @@ posix-c99 clang-toolchain valgrind - fallible))) + fallible-latest + remembering-latest))) |