diff options
author | EuAndreh <eu@euandre.org> | 2021-01-25 17:52:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-25 17:52:55 -0300 |
commit | 27c41122121ed1c52cf948537ea07cc86e851d16 (patch) | |
tree | c2b0c78bc41c1fce82835ffb539b6a02afc1fad0 /guix | |
parent | Use "make public" as the primary way of building the site (diff) | |
download | euandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.gz euandre.org-27c41122121ed1c52cf948537ea07cc86e851d16.tar.xz |
Move Guix files under build-aux/guix/
Diffstat (limited to 'guix')
-rw-r--r-- | guix/manifest.scm | 15 | ||||
-rw-r--r-- | guix/pinned-channels.scm | 11 |
2 files changed, 0 insertions, 26 deletions
diff --git a/guix/manifest.scm b/guix/manifest.scm deleted file mode 100644 index 0c8a225..0000000 --- a/guix/manifest.scm +++ /dev/null @@ -1,15 +0,0 @@ -(specifications->manifest - (map symbol->string - '(coreutils - findutils - diffutils - grep - sed - git - tar - gzip - gawk - make - perl - shellcheck - pandoc))) diff --git a/guix/pinned-channels.scm b/guix/pinned-channels.scm deleted file mode 100644 index 67b5a51..0000000 --- a/guix/pinned-channels.scm +++ /dev/null @@ -1,11 +0,0 @@ -(list - (channel - (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") - (commit - "d265809b782293eb42dd663b4611ca19dd2bf1b3") - (introduction - (make-channel-introduction - "9edb3f66fd807b096b48283debdcddccfea34bad" - (openpgp-fingerprint - "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) |