This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (cons* (channel | |
| (name 'nonguix) | |
| (url "https://gitlab.com/nonguix/nonguix") | |
| ;; Enable signature verification: | |
| (introduction | |
| (make-channel-introduction | |
| "897c1a470da759236cc11798f4e0a5f7d4d59fbc" | |
| (openpgp-fingerprint | |
| "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))) | |
| %default-channels) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # DO NOT EDIT THIS FILE | |
| # | |
| # It is automatically generated by grub-mkconfig using templates | |
| # from /etc/grub.d and settings from /etc/default/grub | |
| # | |
| ### BEGIN /etc/grub.d/00_header ### | |
| insmod part_gpt | |
| insmod part_msdos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Linux/x86 6.0.11 Kernel Configuration | |
| # | |
| CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.0" | |
| CONFIG_CC_IS_GCC=y | |
| CONFIG_GCC_VERSION=120200 | |
| CONFIG_CLANG_VERSION=0 | |
| CONFIG_AS_IS_GNU=y | |
| CONFIG_AS_VERSION=23900 |