Remove unneeded rec

This commit is contained in:
Jakob Lechner 2025-09-02 12:08:49 +02:00
parent 23222c0c34
commit 60d004592a

View file

@ -183,7 +183,7 @@
, extraModules ? [ ]
, targetHost ? hostname
, nixpkgs ? inputs.nixpkgs
}: nixpkgs.lib.nixosSystem rec {
}: nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit self system; };