From 9112344fdeeccb0f6b1af403551bc9e8d82f6cdd Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Sun, 9 Apr 2023 11:18:58 +0200
Subject: [PATCH] feat: removed useless stuff

---
 flake.nix | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/flake.nix b/flake.nix
index 00356ea..a9fa0e4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -62,13 +62,6 @@
 
   outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
     let
-      remotePatches = [
-        {
-          meta.description = "pkgs: fix buildbot";
-          url = "https://github.com/NixOS/nixpkgs/pull/142273.diff";
-          sha256 = "sha256-ZCDQ7SpGhH8JvAwWzdcyrc68RFEWHxxAj0M2+AvEzIg=";
-        }
-      ];
       lib = nixpkgs.lib.extend (import ./lib inputs);
       machines_plats = lib.mapAttrsToList (name: value: value.arch) lib.luj.machines;