Browse Source

flake.nix: provides -> outputs

wip-nanopi-m4v2
Eelco Dolstra 7 years ago
parent
commit
b70a4436c6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      flake.nix

+ 2
- 2
flake.nix View File

@@ -5,7 +5,7 @@

description = "A collection of packages for the Nix package manager";

provides = flakes:
outputs = inputs:
let pkgs = import ./. { system = "x86_64-linux"; }; in
{
lib = (import ./lib) // {
@@ -13,7 +13,7 @@
};

checks.tarball = (import ./pkgs/top-level/release.nix {
nixpkgs = flakes.self;
nixpkgs = inputs.self;
}).tarball;

builders = {


Loading…
Cancel
Save