1
0
Fork 0
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:
Eelco Dolstra 2024-06-17 15:22:53 +02:00
parent 361a5783ef
commit 245dbb7a61

View file

@ -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");
};
};
}