feat: removed useless stuff

This commit is contained in:
Julien Malka 2023-04-09 11:18:58 +02:00
parent 27ff8f4b33
commit 9112344fde
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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;