mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Revert "Add plumbing for the DetSys installer flake"
This reverts commit 0f9ea197055eabe5fac3ef93e49ba5552668fa08.
This commit is contained in:
parent
361a5783ef
commit
245dbb7a61
1 changed files with 2 additions and 5 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
outputs = inputs@{ self, nixpkgs, nixpkgs-regression, libgit2, ... }:
|
||||
|
||||
|
||||
let
|
||||
inherit (nixpkgs) lib;
|
||||
|
||||
|
@ -356,9 +357,5 @@
|
|||
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