Skip to content

Commit

Permalink
Channel introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed May 13, 2024
1 parent 7e74656 commit 325d3e2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .guix-authorizations
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
;; -*- mode: scheme; -*-

(authorizations
(version 0) ;current file format version

(("F695 F39E C625 E081 33B5 759F 0FC6 8703 75EF E2F5"
(name "declantsien"))))
15 changes: 15 additions & 0 deletions .guix-channel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
;; -*- mode: scheme; -*-

(channel
(version 0)
(directory ".")
(url "https://github.com/declantsien/guix-rustup")
(dependencies
(channel
(name nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(introduction
(channel-introduction
(version 0)
(commit "897c1a470da759236cc11798f4e0a5f7d4d59fbc")
(signer "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))))

0 comments on commit 325d3e2

Please sign in to comment.