mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Add plumbing for the DetSys installer flake
This commit is contained in:
parent
def2c29e97
commit
261a2e58fe
1 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
outputs = inputs@{ self, nixpkgs, nixpkgs-regression, libgit2, ... }:
|
||||
|
||||
|
||||
let
|
||||
inherit (nixpkgs) lib;
|
||||
|
||||
|
@ -357,5 +356,9 @@
|
|||
default = self.devShells.${system}.native-stdenvPackages;
|
||||
}
|
||||
);
|
||||
|
||||
# Expected by the DeterminateSystems/nix-installer flake.
|
||||
tarballs_indirect = forAllSystems (system: self.checks."${system}".binaryTarball);
|
||||
tarballs_direct = forAllSystems (system: "${self.checks."${system}".binaryTarball}/nix-${self.packages."${system}".default.version}-${system}.tar.xz");
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue