diff options
author | Frederick Muriuki Muriithi | 2022-07-07 14:33:54 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-07-07 14:33:54 +0300 |
commit | a21e759ac7a6b72a3d02814c2bfb26bc4f49204c (patch) | |
tree | 98bd67d0dbbe49fe012ad3cb7a1ef146c2dbfa27 /manifest.scm | |
parent | 665dd38d6be4587d1902c46dd8e3663cf42a5a18 (diff) | |
download | gn-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 'manifest.scm')
-rw-r--r-- | manifest.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/manifest.scm b/manifest.scm deleted file mode 100644 index d18be5b..0000000 --- a/manifest.scm +++ /dev/null @@ -1,12 +0,0 @@ -(specifications->manifest - (list "redis" - "python" - "python-mypy" - "python-redis" - "python-flask" - "python-magic" - "python-pylint" - "python-pytest" - "python-hypothesis" - "python-jsonpickle" - "python-mysqlclient")) |