Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/modules/profiles/minimal.nix

12 lines
237 B
Nix
Raw Normal View History

Extract graphical and minimal profiles from the installation CDs. svn path=/nixos/trunk/; revision=23915
2010-09-25 09:32:57 +00:00
# This module defines a small NixOS configuration. It does not
# contain any graphical stuff.
no-x-libs.nix: Disable su xauth forwarding, and X11 dependency in dbus
2014-04-16 16:58:06 +02:00
{ config, lib, pkgs, ... }:
Extract graphical and minimal profiles from the installation CDs. svn path=/nixos/trunk/; revision=23915
2010-09-25 09:32:57 +00:00
minimal.nix: Get rid of most Glibc locales This cuts ~100 MB from the system closure. Issue #7117.
2015-04-19 22:45:08 +02:00
with lib;
Extract graphical and minimal profiles from the installation CDs. svn path=/nixos/trunk/; revision=23915
2010-09-25 09:32:57 +00:00
{
minimal.nix: Get rid of most Glibc locales This cuts ~100 MB from the system closure. Issue #7117.
2015-04-19 22:45:08 +02:00
environment.noXlibs = mkDefault true;
i18n.supportedLocales = [ config.i18n.defaultLocale ];
Extract graphical and minimal profiles from the installation CDs. svn path=/nixos/trunk/; revision=23915
2010-09-25 09:32:57 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 263ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API