aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorArun Isaac2025-07-07 13:03:13 +0100
committerArun Isaac2025-07-07 13:20:37 +0100
commitbc141b2de493d30537a532d1c6cf05fea02357aa (patch)
tree7087dabad63029dddb0d54428be083cf413f444e /.guix-channel
parentf5a245d1dc7e7680a979c52ec77cdc3e54ccea4a (diff)
downloadpyhegp-bc141b2de493d30537a532d1c6cf05fea02357aa.tar.gz
pyhegp-bc141b2de493d30537a532d1c6cf05fea02357aa.tar.lz
pyhegp-bc141b2de493d30537a532d1c6cf05fea02357aa.zip
Make repo a guix channel.
* .guix-channel: New file. * guix.scm: Move to ... * .guix/pyhegp-package.scm: ... here as its own module. * guix.scm: Link to .guix/pyhegp-package.scm.
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel3
1 files changed, 3 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel
new file mode 100644
index 0000000..35e181f
--- /dev/null
+++ b/.guix-channel
@@ -0,0 +1,3 @@
+(channel
+ (version 0)
+ (directory ".guix"))