From f1b06447c7dcfdfbcb4a26ea00bc2810f995d963 Mon Sep 17 00:00:00 2001 From: Soham S Gumaste Date: Fri, 10 May 2024 10:47:00 -0500 Subject: [PATCH] Fixup for PR --- guix/channels.scm | 22 ---------------------- guix/installer.scm | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 guix/channels.scm diff --git a/guix/channels.scm b/guix/channels.scm deleted file mode 100644 index b364f9a..0000000 --- a/guix/channels.scm +++ /dev/null @@ -1,22 +0,0 @@ -(list (channel - (name 'nonguix) - (url "https://gitlab.com/nonguix/nonguix") - (branch "master") - (commit - "7081518be7d2dbb58f3fbfeb1785254a6f0059c8") - (introduction - (make-channel-introduction - "897c1a470da759236cc11798f4e0a5f7d4d59fbc" - (openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) - (channel - (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") - (branch "master") - (commit - "2bea3f256209c4f92a2ace28b45d1f452a2b51ba") - (introduction - (make-channel-introduction - "9edb3f66fd807b096b48283debdcddccfea34bad" - (openpgp-fingerprint - "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) diff --git a/guix/installer.scm b/guix/installer.scm index dc5b83e..fe1363c 100644 --- a/guix/installer.scm +++ b/guix/installer.scm @@ -1,3 +1,20 @@ +;;; Copyright © 2019 Alex Griffin +;;; Copyright © 2019 Pierre Neidhardt +;;; Copyright © 2019 David Wilson +;;; +;;; This program is free software: you can redistribute it and/or modify +;;; it under the terms of the GNU General Public License as published by +;;; the Free Software Foundation, either version 3 of the License, or +;;; (at your option) any later version. +;;; +;;; This program is distributed in the hope that it will be useful, +;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with this program. If not, see . + ;; Generate a bootable image (e.g. for USB sticks, etc.) with: ;; $ guix system image -t iso9660 installer.scm