your honor,

This commit is contained in:
Charlotte 🦝 Delenk 2023-06-24 13:56:06 +01:00
parent 972c0037eb
commit d11f7faab8
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -8,6 +8,7 @@ args: self: prev: let
in {
pandoc = self.writeScriptBin "pandoc" "true";
inherit (pkgsX86) gccgo gfortran nix;
inherit (args.attic.packages.x86_64-linux) attic-client;
meson = prev.meson.overrideAttrs (_: {
doCheck = false;
doInstallCheck = false;