workflows/manual-nixpkgs: build nixpkgs on staging and stable branches (#412102)

This commit is contained in:
Jörg Thalheim 2025-05-31 09:21:20 +02:00 committed by GitHub
commit db4bff05d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 16 deletions

View file

@ -1,6 +1,6 @@
{
pkgs ? (import ./.. { }),
pkgs ? (import ../ci { }).pkgs,
nixpkgs ? { },
}:
pkgs.nixpkgs-manual.override { inherit nixpkgs; }
pkgs.callPackage ./doc-support/package.nix { inherit nixpkgs; }

View file

@ -1,7 +1 @@
let
pkgs = import ../. {
config = { };
overlays = [ ];
};
in
pkgs.nixpkgs-manual.shell
(import ./default.nix { }).shell