mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-06 13:23:41 +00:00
Compare commits
3 Commits
python-upd
...
maintain-n
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd559d2b4c | ||
|
|
400c4099a3 | ||
|
|
8ad798fcf5 |
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@@ -100,6 +100,8 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza
|
||||
/nixos/lib/eval-config.nix @infinisil
|
||||
/nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius
|
||||
/nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius
|
||||
/nixos/modules/misc/nixpkgs.nix @roberth
|
||||
/nixos/modules/misc/nixpkgs/read-only.nix @roberth
|
||||
|
||||
# NixOS integration test driver
|
||||
/nixos/lib/test-driver @tfc
|
||||
|
||||
@@ -37,7 +37,10 @@ let
|
||||
# In other words, only the public interface of nixos.evalModules
|
||||
# is experimental.
|
||||
lib.evalModules {
|
||||
inherit prefix modules;
|
||||
inherit prefix;
|
||||
modules = [
|
||||
../modules/misc/meta.nix
|
||||
] ++ modules;
|
||||
class = "nixos";
|
||||
specialArgs = {
|
||||
modulesPath = builtins.toString ../modules;
|
||||
|
||||
@@ -397,4 +397,7 @@ in
|
||||
|
||||
# needs a full nixpkgs path to import nixpkgs
|
||||
meta.buildDocsInSandbox = false;
|
||||
meta.maintainers = [
|
||||
lib.maintainers.roberth
|
||||
];
|
||||
}
|
||||
|
||||
@@ -71,4 +71,7 @@ in
|
||||
nixpkgs.hostPlatform = cfg.pkgs.stdenv.hostPlatform;
|
||||
nixpkgs.buildPlatform = cfg.pkgs.stdenv.buildPlatform;
|
||||
};
|
||||
meta.maintainers = [
|
||||
lib.maintainers.roberth
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user