mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Cleanup
This commit is contained in:
parent
c23a2cdc4a
commit
53c03a0161
2 changed files with 0 additions and 13 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -4,10 +4,6 @@ on:
|
|||
os:
|
||||
required: true
|
||||
type: string
|
||||
manual:
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
@ -181,15 +181,6 @@ in
|
|||
# Nix's manual
|
||||
manual = nixpkgsFor.x86_64-linux.native.nixComponents.nix-manual;
|
||||
|
||||
manualTarball =
|
||||
with nixpkgsFor.x86_64-linux.native;
|
||||
runCommand "determinate-nix-manual-${self.hydraJobs.manual.version}"
|
||||
{ }
|
||||
''
|
||||
mkdir -p $out/tarballs
|
||||
tar cvfz $out/tarballs/$name.tar.gz -C ${self.hydraJobs.manual}/share/doc/nix/manual . --transform "s/^./$name/"
|
||||
'';
|
||||
|
||||
# API docs for Nix's unstable internal C++ interfaces.
|
||||
internal-api-docs = nixpkgsFor.x86_64-linux.native.nixComponents.nix-internal-api-docs;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue