Compare commits

...

4 Commits

4 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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