From 138e328367d361fb34fb0f46e180dd727f4586c1 Mon Sep 17 00:00:00 2001 From: TakeV Date: Thu, 6 Jul 2023 23:18:10 -0700 Subject: [PATCH] Remove manifest --- manifest.scm | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 manifest.scm diff --git a/manifest.scm b/manifest.scm deleted file mode 100644 index 07242e4..0000000 --- a/manifest.scm +++ /dev/null @@ -1,5 +0,0 @@ -;; What follows is a "manifest" equivalent to the command line you gave. -;; You can store it in a file that you may then pass to any 'guix' command -;; that accepts a '--manifest' (or '-m') option. - -(specifications->manifest (list "tor"))