mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Flake schemas
This applies upstream https://github.com/NixOS/nix/pull/8892.
This commit is contained in:
parent
51583851a2
commit
6406619c44
25 changed files with 702 additions and 819 deletions
|
@ -114,4 +114,6 @@ scope: {
|
|||
inherit resolvePath filesetToSource;
|
||||
|
||||
mkMesonDerivation = f: stdenv.mkDerivation (lib.extends localSourceLayer f);
|
||||
|
||||
inherit (inputs) flake-schemas;
|
||||
}
|
||||
|
|
|
@ -28,6 +28,8 @@ let
|
|||
test-daemon = daemon;
|
||||
|
||||
doBuild = false;
|
||||
|
||||
inherit (inputs) flake-schemas;
|
||||
};
|
||||
|
||||
# Technically we could just return `pkgs.nixComponents`, but for Hydra it's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue