Compare commits

...

4 Commits

4 changed files with 3 additions and 3 deletions

View File

@ -54,6 +54,8 @@ jobs:
with: with:
name: ${{ matrix.cachixName }} name: ${{ matrix.cachixName }}
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Check nix
run: nix flake check --show-trace
- name: Build nix packages - name: Build nix packages
run: nix develop .#ci -c nix-build-uncached ci.nix -A cacheOutputs run: nix develop .#ci -c nix-build-uncached ci.nix -A cacheOutputs
- name: Trigger NUR update - name: Trigger NUR update

View File

@ -7,7 +7,6 @@
, libsecret , libsecret
, pkg-config , pkg-config
, qtbase , qtbase
, qtdoc
}: }:
let let
builder = import ./common.nix { builder = import ./common.nix {

View File

@ -25,7 +25,7 @@ alacritty.overrideAttrs (oldAttrs: rec {
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (lib.const { cargoDeps = oldAttrs.cargoDeps.overrideAttrs (lib.const {
name = "${pname}-${version}-vendor.tar.gz"; name = "${pname}-${version}-vendor.tar.gz";
inherit src; inherit src;
outputHash = "pONu6caJmEKnbr7j+o9AyrYNpS4Q8OEjNZOhGTalncc="; outputSha256 = "pONu6caJmEKnbr7j+o9AyrYNpS4Q8OEjNZOhGTalncc=";
}); });
ligatureInputs = [ ligatureInputs = [

View File

@ -15,7 +15,6 @@
, wayland , wayland
, wayland-protocols , wayland-protocols
, wlroots , wlroots
, xwayland
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {