Loading .github/workflows/basic-eval.yml +5 −0 Original line number Diff line number Diff line Loading @@ -16,5 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v16 - uses: cachix/cachix-action@v10 with: # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]' .github/workflows/manual-nixos.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: extra_nix_config: sandbox = true - uses: cachix/cachix-action@v10 with: # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere. # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - name: Building NixOS manual Loading .github/workflows/manual-nixpkgs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: extra_nix_config: sandbox = true - uses: cachix/cachix-action@v10 with: # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere. # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - name: Building Nixpkgs manual Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -1688,6 +1688,12 @@ githubId = 355401; name = "Brian Hicks"; }; brianmcgee = { name = "Brian McGee"; email = "brian@41north.dev"; github = "brianmcgee"; githubId = 1173648; }; Br1ght0ne = { email = "brightone@protonmail.com"; github = "Br1ght0ne"; Loading nixos/modules/services/monitoring/prometheus/exporters.nix +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ let "blackbox" "buildkite-agent" "collectd" "dmarc" "dnsmasq" "domain" "dovecot" Loading Loading
.github/workflows/basic-eval.yml +5 −0 Original line number Diff line number Diff line Loading @@ -16,5 +16,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v16 - uses: cachix/cachix-action@v10 with: # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'
.github/workflows/manual-nixos.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: extra_nix_config: sandbox = true - uses: cachix/cachix-action@v10 with: # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere. # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - name: Building NixOS manual Loading
.github/workflows/manual-nixpkgs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: extra_nix_config: sandbox = true - uses: cachix/cachix-action@v10 with: # This cache is for the nixos/nixpkgs manual builds and should not be trusted or used elsewhere. # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere. name: nixpkgs-ci signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - name: Building Nixpkgs manual Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -1688,6 +1688,12 @@ githubId = 355401; name = "Brian Hicks"; }; brianmcgee = { name = "Brian McGee"; email = "brian@41north.dev"; github = "brianmcgee"; githubId = 1173648; }; Br1ght0ne = { email = "brightone@protonmail.com"; github = "Br1ght0ne"; Loading
nixos/modules/services/monitoring/prometheus/exporters.nix +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ let "blackbox" "buildkite-agent" "collectd" "dmarc" "dnsmasq" "domain" "dovecot" Loading