Remove unused code

This commit is contained in:
Jakob Lechner 2025-04-09 22:44:36 +02:00
parent af5a07ca19
commit 48e71f75f8
104 changed files with 151 additions and 229 deletions

View file

@ -1,4 +1,4 @@
args@{ pkgs, custom-utils, ... }:
args@{ pkgs, ... }:
let
ports = import ../ports.nix args;