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/installer/tools/nixos-option/default.nix

12 lines
300 B
Nix
Raw Normal View History

nixos/modules: pkgconfig -> pkg-config
2021-01-19 00:59:07 -08:00
{lib, stdenv, boost, cmake, pkg-config, nix, ... }:
nixos/nixos-option: Rewrite in a more suitable language Also add --all, which shows the value of all options. Diffing the --all output on either side of contemplated changes is a lovely way to better understand what's going on inside nixos.
2019-09-05 17:29:01 -07:00
stdenv.mkDerivation rec {
name = "nixos-option";
src = ./.;
nixos/modules: pkgconfig -> pkg-config
2021-01-19 00:59:07 -08:00
nativeBuildInputs = [ cmake pkg-config ];
nixos/nixos-option: Rewrite in a more suitable language Also add --all, which shows the value of all options. Diffing the --all output on either side of contemplated changes is a lovely way to better understand what's going on inside nixos.
2019-09-05 17:29:01 -07:00
buildInputs = [ boost nix ];
nixos/modules: stdenv.lib -> lib
2021-01-17 21:14:59 +01:00
meta = with lib; {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ chkno ];
Correct syntax for license specification
2019-09-06 10:46:45 -07:00
};
nixos/nixos-option: Rewrite in a more suitable language Also add --all, which shows the value of all options. Diffing the --all output on either side of contemplated changes is a lovely way to better understand what's going on inside nixos.
2019-09-05 17:29:01 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 486ms Template: 2ms
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