Skip to content

Commit 4f1ba48

Browse files
chore(nix->guix): remove flake.nix (Guix-only) (#275)
Removes flake.nix/flake.lock per the estate Nix ban (Guix sole pkg mgr). Fresh from origin. 2026-06-24. (added guix.scm)
1 parent 971ec7e commit 4f1ba48

2 files changed

Lines changed: 12 additions & 118 deletions

File tree

flake.nix

Lines changed: 0 additions & 118 deletions
This file was deleted.

guix.scm

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
;; SPDX-License-Identifier: MPL-2.0
2+
;; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
3+
;;
4+
;; Guix development environment for echo-types. Replaces flake.nix (Guix-only policy).
5+
;; Usage: guix shell -D -f guix.scm
6+
(use-modules (guix packages) (guix build-system gnu))
7+
(package
8+
(name "echo-types") (version "0.1.0") (source #f)
9+
(build-system gnu-build-system)
10+
(synopsis "echo-types") (description "echo-types — part of the hyperpolymath ecosystem.")
11+
(home-page "https://github.com/hyperpolymath/echo-types")
12+
(license ((@@ (guix licenses) license) "MPL-2.0" "https://github.com/hyperpolymath/palimpsest-license")))

0 commit comments

Comments
 (0)