This repository has been archived on 2026-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/.gitlab-ci/patched-nix.nix
2021-09-16 12:15:57 +02:00

5 lines
140 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.nixUnstable.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches or [] ++ [ ./debug-aws.patch ];
})