fix: remove dead code

This commit is contained in:
Kat Inskip 2022-12-04 17:11:11 +01:00
parent dbbac0ae23
commit 862395c45b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 9 additions and 5 deletions

View file

@ -36,8 +36,6 @@
}).impure;
lib = inputs.nixpkgs.lib;
inherit (lib.attrsets) mapAttrs;
inherit (builtins) removeAttrs;
inherit (lib.lists) singleton;
in utils.lib.mkFlake {
inherit self inputs;
supportedSystems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];