wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-12-16 23:27:05 +01:00
parent a53696211b
commit ffe035cc63

View file

@ -3,7 +3,6 @@
inputs, inputs,
outputs, outputs,
pkgs, pkgs,
self,
... ...
}: }:
@ -29,7 +28,7 @@
# Overlays for all devices are defined # Overlays for all devices are defined
# in flake.nix # in flake.nix
nixpkgs.overlays = [ nixpkgs.overlays = [
self.overlays.default outputs.self.overlays.default
inputs.zellij-switch.overlays.default inputs.zellij-switch.overlays.default
]; ];