diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 18:15:02 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-04-20 18:15:02 -0400 |
commit | 42541a382419b41721e840b7a42b6e4f5b22ab88 (patch) | |
tree | 93bbab07607c855925a1d0fa8548e613a25ea924 /channels.scm | |
parent | e7cf19865c2d191a8bd5f10b5d3c17075740e385 (diff) |
Locked channels to nonguix cuirass to avoid rebuilding things like firefox and linux
Diffstat (limited to 'channels.scm')
-rw-r--r-- | channels.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/channels.scm b/channels.scm index 3b14d78..5c5027b 100644 --- a/channels.scm +++ b/channels.scm | |||
@@ -2,6 +2,8 @@ | |||
2 | (name 'guix) | 2 | (name 'guix) |
3 | (url "https://git.savannah.gnu.org/git/guix.git") | 3 | (url "https://git.savannah.gnu.org/git/guix.git") |
4 | (branch "master") | 4 | (branch "master") |
5 | (commit | ||
6 | "50dd91bc30634c75c0001cfd38bbcc2fbbeb894e" ) | ||
5 | (introduction | 7 | (introduction |
6 | (make-channel-introduction | 8 | (make-channel-introduction |
7 | "9edb3f66fd807b096b48283debdcddccfea34bad" | 9 | "9edb3f66fd807b096b48283debdcddccfea34bad" |
@@ -11,6 +13,8 @@ | |||
11 | (name 'nonguix) | 13 | (name 'nonguix) |
12 | (url "https://gitlab.com/nonguix/nonguix") | 14 | (url "https://gitlab.com/nonguix/nonguix") |
13 | (branch "master") | 15 | (branch "master") |
16 | (commit | ||
17 | "7a9b3ca63bdea219d3977ed5fdab2ed98eaa36a0") | ||
14 | (introduction | 18 | (introduction |
15 | (make-channel-introduction | 19 | (make-channel-introduction |
16 | "897c1a470da759236cc11798f4e0a5f7d4d59fbc" | 20 | "897c1a470da759236cc11798f4e0a5f7d4d59fbc" |