aboutsummaryrefslogtreecommitdiff
{
    "distribution": {
        "import_bookmarks": false,
        "make_chrome_default": false,
        "make_chrome_default_for_user": false,
        "verbose_logging": true,
        "skip_first_run_ui": true
    },
    "browser": {
        "has_seen_welcome_page" : true,
        "default_browser_setting_enabled" : false
    },
    "dns_prefetching": {
        "enabled": false
    },
    "alternate_error_pages": {
        "enabled": false
    },
    "settings": {
        "first_run_tutorial_shown": true
    },
    "default_apps": "noinstall",
    "hide_web_store_icon": true,
    "homepage": "https://www.gnu.org/software/guix/"
}
Define ‘system’ and pass it to ‘package->development-manifest’.’ * tests/guix-shell.sh: Test it. Change-Id: I95c471c1918913ab80dec7d3ca64fe38583cce78 Ludovic Courtès 2023-08-25tests: guix-shell: Use bash instead of user's $SHELL....* tests/guix-shell.sh (fd_list): Use bash instead of $SHELL. Some other shells have trouble not opening too many fds. Also, bash in an implicit input of guix, so it should always be available. Josselin Poiret