mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: remove dead code
This commit is contained in:
parent
dbbac0ae23
commit
862395c45b
5 changed files with 9 additions and 5 deletions
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue