Commit 7314d335 authored by Mikael Fangel's avatar Mikael Fangel
Browse files

wgnord: add platforms.linux to meta

parent 5e1830b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,5 +62,6 @@ resholve.mkDerivation rec {
    maintainers = with lib.maintainers; [ urandom ];
    license = licenses.mit;
    mainProgram = "wgnord";
    platforms = platforms.linux;
  };
}