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
303 B
Nix
Raw Normal View History

Add maintainer
2019-09-16 10:35:51 -07:00
{lib, stdenv, boost, cmake, pkgconfig, 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 = ./.;
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ boost nix ];
Correct syntax for license specification
2019-09-06 10:46:45 -07:00
meta = {
Add license This is important because this contains some code copied from nix (as an interim expediency until that functionality can be exported via nix's API). The license specified here must be compatible with this borrowing. Select the same license that nix is released under: lgpl2Plus.
2019-09-06 10:29:32 -07:00
license = stdenv.lib.licenses.lgpl2Plus;
Add maintainer
2019-09-16 10:35:51 -07:00
maintainers = with lib.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: 193ms 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