diff options
-rw-r--r-- | .guix-channel | 3 | ||||
-rw-r--r-- | .guix/modules/gn/packages/gn-auth.scm (renamed from .guix/modules/guix-package.scm) | 2 | ||||
l--------- | guix.scm | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel new file mode 100644 index 0000000..9ef7a67 --- /dev/null +++ b/.guix-channel @@ -0,0 +1,3 @@ +(channel + (version 0) + (directory ".guix/modules"))
\ No newline at end of file diff --git a/.guix/modules/guix-package.scm b/.guix/modules/gn/packages/gn-auth.scm index 2bea32f..4f4b7a9 100644 --- a/.guix/modules/guix-package.scm +++ b/.guix/modules/gn/packages/gn-auth.scm @@ -1,4 +1,4 @@ -(define-module (genenetwork-auth) +(define-module (gn gn-auth) #:use-module (guix) #:use-module (guix git-download) #:use-module (guix build-system python) @@ -1 +1 @@ -.guix/modules/guix-package.scm
\ No newline at end of file +.guix/modules/gn/packages/gn-auth.scm
\ No newline at end of file |