flake.nix: provides -> outputs
This commit is contained in:
parent
5548397488
commit
b70a4436c6
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
description = "A collection of packages for the Nix package manager";
|
description = "A collection of packages for the Nix package manager";
|
||||||
|
|
||||||
provides = flakes:
|
outputs = inputs:
|
||||||
let pkgs = import ./. { system = "x86_64-linux"; }; in
|
let pkgs = import ./. { system = "x86_64-linux"; }; in
|
||||||
{
|
{
|
||||||
lib = (import ./lib) // {
|
lib = (import ./lib) // {
|
||||||
@ -13,7 +13,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
checks.tarball = (import ./pkgs/top-level/release.nix {
|
checks.tarball = (import ./pkgs/top-level/release.nix {
|
||||||
nixpkgs = flakes.self;
|
nixpkgs = inputs.self;
|
||||||
}).tarball;
|
}).tarball;
|
||||||
|
|
||||||
builders = {
|
builders = {
|
||||||
|
Loading…
Reference in New Issue
Block a user