Compare commits
4 Commits
dfd1f1720d
...
b462cff929
Author | SHA1 | Date | |
---|---|---|---|
b462cff929 | |||
31d4b8f306 | |||
c32fdde780 | |||
b1195b3d50 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
, libsecret
|
, libsecret
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtdoc
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
builder = import ./common.nix {
|
builder = import ./common.nix {
|
||||||
|
@ -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 = [
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
, wlroots
|
, wlroots
|
||||||
, xwayland
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user